From: Aditya Kali Date: Fri, 9 Sep 2011 23:04:51 +0000 (-0400) Subject: ext4: Fix bigalloc quota accounting and i_blocks value X-Git-Tag: v3.2-rc1~85^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b415bf60f6afb0499fd3dc0ee33444f54e28567;p=pandora-kernel.git ext4: Fix bigalloc quota accounting and i_blocks value With bigalloc changes, the i_blocks value was not correctly set (it was still set to number of blocks being used, but in case of bigalloc, we want i_blocks to represent the number of clusters being used). Since the quota subsystem sets the i_blocks value, this patch fixes the quota accounting and makes sure that the i_blocks value is set correctly. Signed-off-by: Aditya Kali Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed