diff options
| author | Liu Bo <[email protected]> | 2012-09-20 07:49:57 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2012-09-21 10:04:36 +0000 |
| commit | 7dfd8cc536dc4984ee92d9a8863ea705b955bc37 (patch) | |
| tree | 165ad97fb10178a16b2ca60263e0520f3458b903 | |
| parent | btrfs: fix the commment for the action flags in delayed-ref.h (diff) | |
| download | kernel-7dfd8cc536dc4984ee92d9a8863ea705b955bc37.tar.gz kernel-7dfd8cc536dc4984ee92d9a8863ea705b955bc37.zip | |
fs/fs-writeback.c: cleanup riteback_sb_inodes kerneldoc
Argument @only_this_sb has been removed.
Signed-off-by: Liu Bo <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
| -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, /* * Write a portion of b_io inodes which belong to @sb. * - * If @only_this_sb is true, then find and write all such - * inodes. Otherwise write only ones which go sequentially - * in reverse order. - * * Return the number of pages and/or inodes written. */ static long writeback_sb_inodes(struct super_block *sb, |
