Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: correct comments for ext4_free_blocks()

metadata is not parameter of ext4_free_blocks() any more.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

authored by

Yongqiang Yang and committed by
Theodore Ts'o
5def1360 55922c9d

+1 -1
+1 -1
fs/ext4/mballoc.c
··· 4448 4448 * @inode: inode 4449 4449 * @block: start physical block to free 4450 4450 * @count: number of blocks to count 4451 - * @metadata: Are these metadata blocks 4451 + * @flags: flags used by ext4_free_blocks 4452 4452 */ 4453 4453 void ext4_free_blocks(handle_t *handle, struct inode *inode, 4454 4454 struct buffer_head *bh, ext4_fsblk_t block,