From: Darrick J. Wong <djwong@xxxxxxxxxx> Now that the kernel supports quota and realtime devices, allow people to format filesystems with permanent quota options. Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- mkfs/xfs_mkfs.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index a15c19df03a86d..956cc295489342 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