summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-03-05 10:03:27 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-03-05 10:03:27 -0600
commit3422e04a2e31dba3e17af206f160d4fc409f4250 (patch)
treeef03b0b60e236af96331d0ddb83208bb40bcf9f0 /configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
parent7a64d107da5cd0ea8bad9200ebcd37146324361f (diff)
downloadkernel-3422e04a2e31dba3e17af206f160d4fc409f4250.tar.gz
kernel-3422e04a2e31dba3e17af206f160d4fc409f4250.tar.xz
kernel-3422e04a2e31dba3e17af206f160d4fc409f4250.zip
kernel-5.11.3-50
* Fri Mar 05 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.3-50] - PCI: Add MCFG quirks for Tegra194 host controllers (Vidya Sagar) - Revert "PCI: Add MCFG quirks for Tegra194 host controllers" (Peter Robinson) - forgot to push this one earlier (Justin M. Forbes) - Reference the patch as version.patchlevel to more easily see diffs between stable releases (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'configs/fedora/generic/CONFIG_XFS_SUPPORT_V4')
-rw-r--r--configs/fedora/generic/CONFIG_XFS_SUPPORT_V434
1 files changed, 0 insertions, 34 deletions
diff --git a/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4 b/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
deleted file mode 100644
index aeb9b39ac..000000000
--- a/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
+++ /dev/null
@@ -1,34 +0,0 @@
-# CONFIG_XFS_SUPPORT_V4:
-#
-# The V4 filesystem format lacks certain features that are supported
-# by the V5 format, such as metadata checksumming, strengthened
-# metadata verification, and the ability to store timestamps past the
-# year 2038. Because of this, the V4 format is deprecated. All users
-# should upgrade by backing up their files, reformatting, and restoring
-# from the backup.
-#
-# Administrators and users can detect a V4 filesystem by running
-# xfs_info against a filesystem mountpoint and checking for a string
-# beginning with "crc=". If the string "crc=0" is found, the
-# filesystem is a V4 filesystem. If no such string is found, please
-# upgrade xfsprogs to the latest version and try again.
-#
-# This option will become default N in September 2025. Support for the
-# V4 format will be removed entirely in September 2030. Distributors
-# can say N here to withdraw support earlier.
-#
-# To continue supporting the old V4 format (crc=0), say Y.
-# To close off an attack surface, say N.
-#
-# Symbol: XFS_SUPPORT_V4 [=y]
-# Type : bool
-# Defined at fs/xfs/Kconfig:25
-# Prompt: Support deprecated V4 (crc=0) format
-# Depends on: BLOCK [=y] && XFS_FS [=m]
-# Location:
-# -> File systems
-# -> XFS filesystem support (XFS_FS [=m])
-#
-#
-#
-CONFIG_XFS_SUPPORT_V4=y