From: Tao Ma Date: Mon, 11 Jul 2011 04:04:34 +0000 (-0400) Subject: ext4: Change the wrong param comment for ext4_trim_all_free X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22612283f7da1ce9849d9b3716010b07a0446fd9;p=linux-beck.git 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 Signed-off-by: Tao Ma Signed-off-by: "Theodore Ts'o" --- 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, /** * ext4_trim_all_free -- function to trim all free space in alloc. group * @sb: super block for file system - * @e4b: ext4 buddy + * @group: group to be trimmed * @start: first group block to examine * @max: last group block to examine * @minblocks: minimum extent block count