commit | 6e53f227a27afa257916f44c91fabfe22672cb5f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 11 13:51:22 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Oct 16 11:11:46 2021 -0700 |
tree | fc367b3247c4529b2f4067e766b880bd733c17b9 | |
parent | b4c6731a199502387157803a79b8bc06e5fc9fc0 [diff] |
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>