diff options
author | Liu Bo <liub.liubo@gmail.com> | 2012-09-20 03:49:57 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-21 06:04:36 -0400 |
commit | 7dfd8cc536dc4984ee92d9a8863ea705b955bc37 (patch) | |
tree | 165ad97fb10178a16b2ca60263e0520f3458b903 /fs/fs-writeback.c | |
parent | 44a075bde9ab32d13bb2ff89f3e72fd869f272c4 (diff) |
fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc
Argument @only_this_sb has been removed.
Signed-off-by: Liu Bo <liub.liubo@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 8f660dd6137a..3451d3769598 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -582,10 +582,6 @@ static long writeback_chunk_size(struct backing_dev_info *bdi, | |||
582 | /* | 582 | /* |
583 | * Write a portion of b_io inodes which belong to @sb. | 583 | * Write a portion of b_io inodes which belong to @sb. |
584 | * | 584 | * |
585 | * If @only_this_sb is true, then find and write all such | ||
586 | * inodes. Otherwise write only ones which go sequentially | ||
587 | * in reverse order. | ||
588 | * | ||
589 | * Return the number of pages and/or inodes written. | 585 | * Return the number of pages and/or inodes written. |
590 | */ | 586 | */ |
591 | static long writeback_sb_inodes(struct super_block *sb, | 587 | static long writeback_sb_inodes(struct super_block *sb, |