git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1fcb2
)
ext4: fix up a undefined error in ext4_free_blocks in debugging code
author
Yongqiang Yang
<xiaoqiangnk@gmail.com>
Mon, 21 Nov 2011 17:09:19 +0000
(12:09 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 21 Nov 2011 17:09:19 +0000
(12:09 -0500)
sbi is not defined, so let ext4_free_blocks use EXT4_SB(sb) instead
when EXT4FS_DEBUG is defined.
Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
No differences found