commit | da5bf95e3cdca348327c82568c2860229c0daaa2 | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Thu Apr 12 03:59:57 2012 +0000 |
committer | Ben Myers <bpm@sgi.com> | Mon Apr 16 16:32:20 2012 -0500 |
tree | 2489e495921c4bcdd16246feeeeaef5ade6924c5 | |
parent | 18caa67ad41212e6f82a675c40f461ffb45f098e [diff] |
xfs: don't fill statvfs with project quota for a directory if it was not enabled. Check if the project quota is running or not before performing xfs_qm_statvfs(), just return if not. Otherwise the ASSERT XFS_IS_QUOTA_RUNNING in xfs_qm_dqget will be popped. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Signed-off-by: Ben Myers <bpm@sgi.com>