commit | fd4287dbc07763595c1e74edbb6520092290185c | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Feb 16 13:00:14 2012 +0100 |
committer | Jan Kara <jack@suse.cz> | Wed Feb 29 21:53:47 2012 +0100 |
tree | 0d3e679ee18b45db63f147a43adb2456d981faa9 | |
parent | bf097aaff45eba2244ca3a61e531ec6f2801f6b2 [diff] |
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>