projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa9e939
)
ext2: trivial fix to comment for ext2_free_blocks
author
Wang Sheng-Hui
<shhuiw@gmail.com>
Fri, 18 May 2012 07:04:45 +0000
(15:04 +0800)
committer
Jan Kara
<jack@suse.cz>
Fri, 18 May 2012 13:23:08 +0000
(15:23 +0200)
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>
fs/ext2/balloc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext2/balloc.c
b/fs/ext2/balloc.c
index a9bba1e39200c7ab95faed5159fefd399f6d4bd6..89991ffb00627b37f1517e582054d2d2477bf1aa 100644
(file)
--- 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