As with any other option, rtinherit=[0|1], but minval was incorrectly set to 1, so it was not possible to disable this option. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- mkfs/xfs_mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index 6fedc05c..5aac4d1b 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -290,7 +290,7 @@ struct opt_params dopts = { }, { .index = D_RTINHERIT, .conflicts = { LAST_CONFLICT }, - .minval = 1, + .minval = 0, .maxval = 1, .defaultval = 1, }, -- 2.12.1 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html