From: Dmitry Monakhov Date: Wed, 9 Dec 2009 03:42:28 +0000 (-0500) Subject: ext4: fix incorrect block reservation on quota transfer. X-Git-Tag: v2.6.33-rc1~330^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194074acacebc169ded90a4657193f5180015051;p=pandora-kernel.git ext4: fix incorrect block reservation on quota transfer. Inside ->setattr() call both ATTR_UID and ATTR_GID may be valid This means that we may end-up with transferring all quotas. Add we have to reserve QUOTA_DEL_BLOCKS for all quotas, as we do in case of QUOTA_INIT_BLOCKS. Signed-off-by: Dmitry Monakhov Reviewed-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed