summaryrefslogtreecommitdiffstats
path: root/fs/ext2/balloc.c
diff options
context:
space:
mode:
authorWang Sheng-Hui2012-05-18 09:04:45 +0200
committerJan Kara2012-05-18 15:23:08 +0200
commit0324876628a9c7faf8127e20af29373dc6dec876 (patch)
tree35619b1f163243a22f602c4fab0b369bcea0953b /fs/ext2/balloc.c
parentext2: remove the redundant comment for ext2_export_ops (diff)
downloadkernel-qcow2-linux-0324876628a9c7faf8127e20af29373dc6dec876.tar.gz
kernel-qcow2-linux-0324876628a9c7faf8127e20af29373dc6dec876.tar.xz
kernel-qcow2-linux-0324876628a9c7faf8127e20af29373dc6dec876.zip
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/balloc.c')
-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