From a5bd69cf677bb7ebc6444e4517fa13b0dd70ce08 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 5 Nov 2013 16:55:46 +1100 Subject: [PATCH] writeback-do-not-sync-data-dirtied-after-sync-start-fix-3 Fixup sync_inodes_sb() comment Signed-off-by: Jan Kara Signed-off-by: Andrew Morton --- fs/fs-writeback.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index ba332d2c596a..4afdbd6d9678 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c @@ -1353,10 +1353,11 @@ EXPORT_SYMBOL(try_to_writeback_inodes_sb); /** * sync_inodes_sb - sync sb inode pages - * @sb: the superblock + * @sb: the superblock + * @older_than_this: timestamp * * This function writes and waits on any dirty inode belonging to this - * super_block. + * superblock that has been dirtied before given timestamp. */ void sync_inodes_sb(struct super_block *sb, unsigned long older_than_this) { -- 2.39.5