The V4 filesystem format is deprecated in the upstream Linux kernel. In
September 2025 it will be turned off by default in the kernel and five
years after that, support will be removed entirely. Warn people
formatting new filesystems with the old format, particularly since V4 is
not the default.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
}
} else { /* !crcs_enabled */
+ /*
+ * The V4 filesystem format is deprecated in the upstream Linux
+ * kernel. In September 2025 it will be turned off by default
+ * in the kernel and in September 2030 support will be removed
+ * entirely.
+ */
+ fprintf(stdout,
+_("V4 filesystems are deprecated and will not be supported by future versions.\n"));
+
/*
* The kernel doesn't support crc=0,finobt=1 filesystems.
* If crcs are not enabled and the user has not explicitly