Skip to content

Commit

Permalink
ext2: trivial fix to comment for ext2_free_blocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wang Sheng-Hui authored and Jan Kara committed May 18, 2012
1 parent aa9e939 commit 0324876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext2/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0324876

Please sign in to comment.