]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: warn about V4 deprecation when creating new V4 filesystems libxfs-5.14-sync_2021-09-17
authorDarrick J. Wong <djwong@kernel.org>
Wed, 11 Aug 2021 20:51:22 +0000 (13:51 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 18 Sep 2021 02:00:25 +0000 (19:00 -0700)
commit22552119cbef99ec2b211017678c548ac27543a9
treeb8d2c0b84a2b3c80806daea0ba9c53fb3ece3322
parent440e6d7840139684e2c5782ccc87ca2c965ea341
mkfs: warn about V4 deprecation when creating new V4 filesystems

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>
mkfs/xfs_mkfs.c