Skip to content

Commit

Permalink
ext4: correct comments for ext4_free_blocks()
Browse files Browse the repository at this point in the history
metadata is not parameter of ext4_free_blocks() any more.

Signed-off-by: Yongqiang Yang <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
  • Loading branch information
xiaoqiangnk authored and tytso committed Jun 6, 2011
1 parent 55922c9 commit 5def136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4448,7 +4448,7 @@ ext4_mb_free_metadata(handle_t *handle, struct ext4_buddy *e4b,
* @inode: inode
* @block: start physical block to free
* @count: number of blocks to count
* @metadata: Are these metadata blocks
* @flags: flags used by ext4_free_blocks
*/
void ext4_free_blocks(handle_t *handle, struct inode *inode,
struct buffer_head *bh, ext4_fsblk_t block,
Expand Down

0 comments on commit 5def136

Please sign in to comment.