diff options
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index eed480639902..91013ff7dd53 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -435,7 +435,7 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc) | |||
435 | * If older_than_this is non-NULL, then only write out inodes which | 435 | * If older_than_this is non-NULL, then only write out inodes which |
436 | * had their first dirtying at a time earlier than *older_than_this. | 436 | * had their first dirtying at a time earlier than *older_than_this. |
437 | * | 437 | * |
438 | * If we're a pdlfush thread, then implement pdflush collision avoidance | 438 | * If we're a pdflush thread, then implement pdflush collision avoidance |
439 | * against the entire list. | 439 | * against the entire list. |
440 | * | 440 | * |
441 | * If `bdi' is non-zero then we're being asked to writeback a specific queue. | 441 | * If `bdi' is non-zero then we're being asked to writeback a specific queue. |