fstests: initial bcachefs support
[xfstests-dev.git] / common / quota
index 32a9a55593d5352f1a1227c41698271719deee93..883a28a20d7c95e9b22ac008cdc32df88dd8950e 100644 (file)
@@ -17,7 +17,7 @@ _require_quota()
            _notrun "Installed kernel does not support quotas"
        fi
        ;;
-    gfs2|ocfs2)
+    gfs2|ocfs2|bcachefs)
        ;;
     xfs)
        if [ ! -f /proc/fs/xfs/xqmstat ]; then
@@ -278,7 +278,7 @@ _check_quota_usage()
 
        VFS_QUOTA=0
        case $FSTYP in
-       ext2|ext3|ext4|ext4dev|f2fs|reiserfs|gfs2)
+       ext2|ext3|ext4|ext4dev|f2fs|reiserfs|gfs2|bcachefs)
                VFS_QUOTA=1
                quotaon -f -u -g $SCRATCH_MNT 2>/dev/null
                ;;