Unverified Commit 489c6ee5 authored by K900's avatar K900 Committed by GitHub
Browse files

linux/common-config: Disable DAX on 32-bit hosts (#510107)

parents 4317ab15 4e37394a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -685,7 +685,8 @@ let
      FANOTIFY = yes;
      FANOTIFY_ACCESS_PERMISSIONS = yes;

      FS_DAX = yes;
      # DAX requires 64BIT via ZONE_DEVICE and MEMORY_HOTPLUG.
      FS_DAX = lib.mkIf stdenv.hostPlatform.is64bit yes;

      TMPFS = yes;
      TMPFS_POSIX_ACL = yes;