]> git.proxmox.com Git - mirror_zfs.git/blobdiff - lib/libspl/include/sys/mntent.h
Linux compat 2.6.39: mount_nodev()
[mirror_zfs.git] / lib / libspl / include / sys / mntent.h
index 1cbdc3aeb523785af8b8caac98ce638e47551e9f..8fad65b56f86a3affe605fa6cf27d7a3bdfba4ff 100644 (file)
@@ -88,8 +88,8 @@
 #define        MNTOPT_LOUD     "loud"          /* verbose mount */
 #define        MNTOPT_BIND     "bind"          /* remount part of a tree */
 #define        MNTOPT_RBIND    "rbind"         /* include subtrees */
-#define        MNTOPT_XATTR    "user_xattr"    /* enable extended attributes */
-#define        MNTOPT_NOXATTR  "nouser_xattr"  /* disable extended attributes */
+#define        MNTOPT_XATTR    "xattr"         /* enable extended attributes */
+#define        MNTOPT_NOXATTR  "noxattr"       /* disable extended attributes */
 #define        MNTOPT_COMMENT  "comment"       /* comment */
 #define        MNTOPT_ZFSUTIL  "zfsutil"       /* called by zfs utility */