From: Aneesh Kumar K.V Date: Mon, 25 Jan 2010 09:00:31 +0000 (-0500) Subject: ext4: Fix quota accounting error with fallocate X-Git-Tag: v2.6.33-rc6~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f634d064c709ea02c3cdaa850a08323a4a4bf28;p=pandora-kernel.git ext4: Fix quota accounting error with fallocate When we fallocate a region of the file which we had recently written, and which is still in the page cache marked as delayed allocated blocks we need to make sure we don't do the quota update on writepage path. This is because the needed quota updated would have already be done by fallocate. Signed-off-by: Aneesh Kumar K.V --- Reading git-diff-tree failed