]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
UBUNTU: SAUCE: aufs: switch to 64-bit ino_t for s390x
authorAndrea Righi <andrea.righi@canonical.com>
Wed, 25 Aug 2021 09:40:39 +0000 (11:40 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 22 Feb 2022 18:10:39 +0000 (19:10 +0100)
After commit 96c0a6a72d18 ("s390,alpha: switch to 64-bit ino_t") all the
architectures are now using 64-bit ino_t, so we don't need to explicitly
exclude alpha and s390x anymore.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
fs/aufs/Kconfig

index 9f436425716a43d071beed6a208226926fb867f2..fc0d921044372c64b7d4921cdbeecb5e1c4265ec 100644 (file)
@@ -81,7 +81,7 @@ config AUFS_EXPORT
 config AUFS_INO_T_64
        bool
        depends on AUFS_EXPORT
-       depends on 64BIT && !(ALPHA || S390)
+       depends on 64BIT
        default y
        help
        Automatic configuration for internal use.