From fd4287dbc07763595c1e74edbb6520092290185c Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Thu, 16 Feb 2012 13:00:14 +0100 Subject: [PATCH] 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 --- Reading git-format-patch failed