fstests: initial bcachefs support
[xfstests-dev.git] / common / config
index 1a26934985dd6417f9d2d999556cd0b69aa2a47a..ad1c9eb0925277917fb64f2d692495307e7624a8 100644 (file)
@@ -416,6 +416,9 @@ _mkfs_opts()
        btrfs)
                export MKFS_OPTIONS="$BTRFS_MKFS_OPTIONS"
                ;;
+       bcachefs)
+               export MKFS_OPTIONS=$BCACHEFS_MKFS_OPTIONS
+               ;;
        *)
                ;;
        esac