summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-11-05 16:55:46 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-11-05 16:55:46 +1100
commita5bd69cf677bb7ebc6444e4517fa13b0dd70ce08 (patch)
tree5680730ade20b135a185573eb77556389d53da45 /fs
parent4aea99c29d04c73030952743329e26c5339da51e (diff)
writeback-do-not-sync-data-dirtied-after-sync-start-fix-3
Fixup sync_inodes_sb() comment Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/fs-writeback.c5
1 files 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)
{