From: Christoph Hellwig Date: Thu, 21 Jan 2010 11:17:20 +0000 (+0000) Subject: xfs: quota limit statvfs available blocks X-Git-Tag: v2.6.34-rc1~278^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b00f30762fe9f914eb6e03057a616ed63a4e8ca;p=pandora-kernel.git xfs: quota limit statvfs available blocks A "df" run on an NFS client of an exported XFS file system reports the wrong information for "available" blocks. When a block quota is enforced, the amount reported as free is limited by the quota, but the amount reported available is not (and should be). Reported-by: Guk-Bong, Kwon Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed