commit | 9b00f30762fe9f914eb6e03057a616ed63a4e8ca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Jan 21 11:17:20 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Jan 21 16:34:23 2010 -0600 |
tree | 11644521534de9828b17e028f0d9c5d960785720 | |
parent | bdfb04301fa5fdd95f219539a9a5b9663b1e5fc2 [diff] |
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 <gbkwon@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>