]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
writeback-do-not-sync-data-dirtied-after-sync-start-fix-3
authorJan Kara <jack@suse.cz>
Tue, 5 Nov 2013 05:55:46 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:55:46 +0000 (16:55 +1100)
Fixup sync_inodes_sb() comment

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fs-writeback.c

index ba332d2c596adb9827afc31c5393a3a7dc8f6a16..4afdbd6d96786c10df5e79db68eea9dace54be46 100644 (file)
@@ -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)
 {