]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/linux/vfs_compat.h
Fix `zfs set atime|relatime=off|on` behavior on inherited datasets
[mirror_zfs.git] / include / linux / vfs_compat.h
index c01f5850881e8c522ca2d400f20fd16fca7abd0b..04a2c2b879fe633960185b23ede688164d84d8c8 100644 (file)
@@ -207,6 +207,10 @@ zpl_bdi_destroy(struct super_block *sb)
 #define        SB_MANDLOCK     MS_MANDLOCK
 #endif
 
+#ifndef        SB_NOATIME
+#define        SB_NOATIME      MS_NOATIME
+#endif
+
 /*
  * 2.6.38 API change,
  * LOOKUP_RCU flag introduced to distinguish rcu-walk from ref-walk cases.