From: Wang Sheng-Hui Date: Fri, 18 May 2012 07:04:45 +0000 (+0800) Subject: ext2: trivial fix to comment for ext2_free_blocks X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0324876628a9c7faf8127e20af29373dc6dec876;p=linux-beck.git ext2: trivial fix to comment for ext2_free_blocks The function is ext2_free_blocks(), not ext2_free_blocks_sb(). Signed-off-by: Wang Sheng-Hui Signed-off-by: Jan Kara --- diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index a9bba1e39200..89991ffb0062 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c @@ -477,7 +477,7 @@ void ext2_discard_reservation(struct inode *inode) } /** - * ext2_free_blocks_sb() -- Free given blocks and update quota and i_blocks + * ext2_free_blocks() -- Free given blocks and update quota and i_blocks * @inode: inode * @block: start physcial block to free * @count: number of blocks to free