summaryrefslogtreecommitdiffstats
path: root/fs/ext2
diff options
context:
space:
mode:
authorWang Sheng-Hui <shhuiw@gmail.com>2012-05-18 15:04:45 +0800
committerJan Kara <jack@suse.cz>2012-05-18 15:23:08 +0200
commit0324876628a9c7faf8127e20af29373dc6dec876 (patch)
tree35619b1f163243a22f602c4fab0b369bcea0953b /fs/ext2
parentaa9e939d5296edb7d188e18892775b9938fd2923 (diff)
downloadlinux-0324876628a9c7faf8127e20af29373dc6dec876.tar.gz
linux-0324876628a9c7faf8127e20af29373dc6dec876.tar.xz
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>
Diffstat (limited to 'fs/ext2')
-rw-r--r--fs/ext2/balloc.c2
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)
}
/**
- * 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