diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-05-18 15:04:45 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2012-05-18 15:23:08 +0200 |
commit | 0324876628a9c7faf8127e20af29373dc6dec876 (patch) | |
tree | 35619b1f163243a22f602c4fab0b369bcea0953b /fs/ext2 | |
parent | aa9e939d5296edb7d188e18892775b9938fd2923 (diff) | |
download | kernel_goldelico_gta04-0324876628a9c7faf8127e20af29373dc6dec876.zip kernel_goldelico_gta04-0324876628a9c7faf8127e20af29373dc6dec876.tar.gz kernel_goldelico_gta04-0324876628a9c7faf8127e20af29373dc6dec876.tar.bz2 |
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')
-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 a9bba1e..89991ff 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 |