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:
bff943a
)
udf: Do not decrement i_blocks when freeing indirect extent block
author
Jan Kara
<jack@suse.cz>
Mon, 9 Jul 2012 11:24:21 +0000
(13:24 +0200)
committer
Jan Kara
<jack@suse.cz>
Mon, 9 Jul 2012 11:24:21 +0000
(13:24 +0200)
Indirect extent block is not accounted in i_blocks during allocation
thus we should not decrement i_blocks when we are freeing such block
during truncation.
Reported-by: Steve Nickel <snickel58@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found