mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
writeback: get rid to incorrect references to pdflush in comments
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
71fd05a887
commit
5b0830cb90
5 changed files with 17 additions and 19 deletions
|
@ -320,7 +320,7 @@ static bool inode_dirtied_after(struct inode *inode, unsigned long t)
|
|||
* For inodes being constantly redirtied, dirtied_when can get stuck.
|
||||
* It _appears_ to be in the future, but is actually in distant past.
|
||||
* This test is necessary to prevent such wrapped-around relative times
|
||||
* from permanently stopping the whole pdflush writeback.
|
||||
* from permanently stopping the whole bdi writeback.
|
||||
*/
|
||||
ret = ret && time_before_eq(inode->dirtied_when, jiffies);
|
||||
#endif
|
||||
|
@ -1085,9 +1085,6 @@ EXPORT_SYMBOL(__mark_inode_dirty);
|
|||
* If older_than_this is non-NULL, then only write out inodes which
|
||||
* had their first dirtying at a time earlier than *older_than_this.
|
||||
*
|
||||
* If we're a pdlfush thread, then implement pdflush collision avoidance
|
||||
* against the entire list.
|
||||
*
|
||||
* If `bdi' is non-zero then we're being asked to writeback a specific queue.
|
||||
* This function assumes that the blockdev superblock's inodes are backed by
|
||||
* a variety of queues, so all inodes are searched. For other superblocks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue