Re: [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-09-16 15:10:26
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-09-16 15:10:26
On Thu, Sep 16, 2021 at 08:18:17AM +0100, Christoph Hellwig wrote:
On Wed, Sep 15, 2021 at 04:12:07PM -0700, Darrick J. Wong wrote:quoted
From: Darrick J. Wong <djwong@kernel.org> 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 <redacted>Looks good, (assuming you're already dealing with the xfstests fallout)
Already merged to fstests two weeks ago. ;) (Was there supposed to be a RVB tag here?) --D