diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-07-11 00:04:34 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-07-11 00:04:34 -0400 |
commit | 22612283f7da1ce9849d9b3716010b07a0446fd9 (patch) | |
tree | 39205e0963c7a09af0914c885806772be068e2ac /fs/ext4 | |
parent | 3d56b8d2c74cc3f375ce332b3ac3519e009d79ee (diff) |
ext4: Change the wrong param comment for ext4_trim_all_free
at ext4_trim_all_free() comment, there is no longer an @e4b parameter,
instead it is @group.
Reported-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 73c254085a41..04a3d92aafb4 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -4811,7 +4811,7 @@ static void ext4_trim_extent(struct super_block *sb, int start, int count, | |||
4811 | /** | 4811 | /** |
4812 | * ext4_trim_all_free -- function to trim all free space in alloc. group | 4812 | * ext4_trim_all_free -- function to trim all free space in alloc. group |
4813 | * @sb: super block for file system | 4813 | * @sb: super block for file system |
4814 | * @e4b: ext4 buddy | 4814 | * @group: group to be trimmed |
4815 | * @start: first group block to examine | 4815 | * @start: first group block to examine |
4816 | * @max: last group block to examine | 4816 | * @max: last group block to examine |
4817 | * @minblocks: minimum extent block count | 4817 | * @minblocks: minimum extent block count |