Unverified Commit b11a5a83 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Revert "linux_testing: disable NFS_LOCALIO on aarch64-linux"

This reverts commit bda6c82a.

> This was fixed via v6.12-rc3 commit 009b15b57485 ("nfs_common: fix
> Kconfig for NFS_COMMON_LOCALIO_SUPPORT")

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219370#c5
parent e7d63143
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -644,10 +644,7 @@ let
      NFS_V4_1              = yes;  # NFSv4.1 client support
      NFS_V4_2              = yes;
      NFS_V4_SECURITY_LABEL = yes;

      # Fails with
      # `fs/nfs/localio.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `nfs_to' which may bind externally can not be used when making a shared object; recompile with -fPIC`
      NFS_LOCALIO           = lib.mkIf (!stdenv.hostPlatform.isAarch64) (whenAtLeast "6.12" yes);
      NFS_LOCALIO           = whenAtLeast "6.12" yes;

      CIFS_XATTR        = yes;
      CIFS_POSIX        = option yes;