diff options
Diffstat (limited to 'fs/ext2/balloc.c')
-rw-r--r-- | fs/ext2/balloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c index a9bba1e39200..89991ffb0062 100644 --- a/fs/ext2/balloc.c +++ b/fs/ext2/balloc.c | |||
@@ -477,7 +477,7 @@ void ext2_discard_reservation(struct inode *inode) | |||
477 | } | 477 | } |
478 | 478 | ||
479 | /** | 479 | /** |
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 |
481 | * @inode: inode | 481 | * @inode: inode |
482 | * @block: start physcial block to free | 482 | * @block: start physcial block to free |
483 | * @count: number of blocks to free | 483 | * @count: number of blocks to free |