Skip to content

Commit 0324876

Browse files
Wang Sheng-Huijankara
authored andcommitted
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>
1 parent aa9e939 commit 0324876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ext2/balloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ void ext2_discard_reservation(struct inode *inode)
477477
}
478478

479479
/**
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
481481
* @inode: inode
482482
* @block: start physcial block to free
483483
* @count: number of blocks to free

0 commit comments

Comments
 (0)