Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03248766 authored by Wang Sheng-Hui's avatar Wang Sheng-Hui Committed by Jan Kara
Browse files

ext2: trivial fix to comment for ext2_free_blocks



The function is ext2_free_blocks(), not ext2_free_blocks_sb().

Signed-off-by: default avatarWang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent aa9e939d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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