Implement SA based xattrs
[zfs.git] / include / sys / zfs_vfsops.h
index fc8be58..6d4d713 100644 (file)
@@ -76,6 +76,7 @@ typedef struct zfs_sb {
        boolean_t       z_use_fuids;    /* version allows fuids */
        boolean_t       z_replay;       /* set during ZIL replay */
        boolean_t       z_use_sa;       /* version allow system attributes */
+       boolean_t       z_xattr_sa;     /* allow xattrs to be stores as SA */
        uint64_t        z_version;      /* ZPL version */
        uint64_t        z_shares_dir;   /* hidden shares dir */
        kmutex_t        z_lock;