udf: Fix handling of i_blocks
authorJan Kara <jack@suse.cz>
Thu, 16 Feb 2012 12:00:14 +0000 (13:00 +0100)
committerJan Kara <jack@suse.cz>
Wed, 29 Feb 2012 20:53:47 +0000 (21:53 +0100)
commitfd4287dbc07763595c1e74edbb6520092290185c
tree0d3e679ee18b45db63f147a43adb2456d981faa9
parentbf097aaff45eba2244ca3a61e531ec6f2801f6b2
udf: Fix handling of i_blocks

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>
fs/udf/balloc.c