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 401b6c6248ae..51ea267d444c 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
| @@ -249,7 +249,7 @@ static bool inode_dirtied_after(struct inode *inode, unsigned long t) | |||
| 249 | } | 249 | } |
| 250 | 250 | ||
| 251 | /* | 251 | /* |
| 252 | * Move expired (dirtied after work->older_than_this) dirty inodes from | 252 | * Move expired (dirtied before work->older_than_this) dirty inodes from |
| 253 | * @delaying_queue to @dispatch_queue. | 253 | * @delaying_queue to @dispatch_queue. |
| 254 | */ | 254 | */ |
| 255 | static int move_expired_inodes(struct list_head *delaying_queue, | 255 | static int move_expired_inodes(struct list_head *delaying_queue, |
