From: Andrew Price Date: Tue, 26 May 2015 02:51:57 +0000 (+1000) Subject: common: set VFS_QUOTA for gfs2 X-Git-Tag: v2022.05.01~2872 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3f47f3c31f50292bc309615fe46e300e55e7b772;p=users%2Fhch%2Fxfstests-dev.git common: set VFS_QUOTA for gfs2 Use generic quota tools with gfs2. Fixes "xfs_quota: cannot setup path for mount /mnt/scratch: No such device or address" Signed-off-by: Andrew Price Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/common/quota b/common/quota index b320cf22d..23be4f892 100644 --- a/common/quota +++ b/common/quota @@ -213,7 +213,7 @@ _check_quota_usage() VFS_QUOTA=0 case $FSTYP in - ext2|ext3|ext4|ext4dev|reiserfs) + ext2|ext3|ext4|ext4dev|reiserfs|gfs2) VFS_QUOTA=1 quotaon -f -u -g $SCRATCH_MNT 2>/dev/null ;;