From: Darrick J. Wong Date: Thu, 21 Nov 2024 00:24:43 +0000 (-0800) Subject: mkfs: enable rt quota options X-Git-Tag: v6.13.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b921f97bcf438a4f57248c2676df02ba3cdef26a;p=thirdparty%2Fxfsprogs-dev.git mkfs: enable rt quota options Now that the kernel supports quota and realtime devices, allow people to format filesystems with permanent quota options. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index a15c19df..956cc295 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -2649,12 +2649,6 @@ _("cowextsize not supported without reflink support\n")); cli->sb_feat.exchrange = true; } - if (cli->sb_feat.qflags && cli->xi->rt.name) { - fprintf(stderr, -_("persistent quota flags not supported with realtime volumes\n")); - usage(); - } - /* * Persistent quota flags requires metadir support because older * kernels (or current kernels with old filesystems) will reset qflags