diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-05-18 03:04:45 -0400 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2012-05-18 09:23:08 -0400 |
commit | 0324876628a9c7faf8127e20af29373dc6dec876 (patch) | |
tree | 35619b1f163243a22f602c4fab0b369bcea0953b /fs/ext2/balloc.c | |
parent | aa9e939d5296edb7d188e18892775b9938fd2923 (diff) |
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 <shhuiw@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2/balloc.c')
-rw-r--r-- | fs/ext2/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
477 | } | 477 | } |
478 | 478 | ||
479 | /** | 479 | /** |
480 | * ext2_free_blocks_sb() -- Free given blocks and update quota and i_blocks | 480 | * ext2_free_blocks() -- Free given blocks and update quota and i_blocks |
481 | * @inode: inode | 481 | * @inode: inode |
482 | * @block: start physcial block to free | 482 | * @block: start physcial block to free |
483 | * @count: number of blocks to free | 483 | * @count: number of blocks to free |