From: Jie Liu Date: Thu, 12 Apr 2012 03:59:57 +0000 (+0000) Subject: xfs: don't fill statvfs with project quota for a directory if it was not enabled. X-Git-Tag: v3.5-rc1~91^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da5bf95e3cdca348327c82568c2860229c0daaa2;p=pandora-kernel.git 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 Signed-off-by: Ben Myers --- Reading git-diff-tree failed