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:
bf097aa
)
udf: Fix handling of i_blocks
author
Jan Kara
<jack@suse.cz>
Thu, 16 Feb 2012 12:00:14 +0000
(13:00 +0100)
committer
Jan Kara
<jack@suse.cz>
Wed, 29 Feb 2012 20:53:47 +0000
(21:53 +0100)
Commit
36350462
removed unused quota support from UDF. As an unfortunate
sideeffect it also removed updates of i_blocks so all files had i_block == 0.
Fix the problem by returning updates of file space back to UDF allocation and
freeing functions.
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found