Fix build failures on PaX/GRSecurity patched kernels
[zfs.git] / include / sys / zfs_znode.h
index 6903ad4..8af5798 100644 (file)
@@ -214,6 +214,7 @@ typedef struct znode {
        boolean_t       z_is_sa;        /* are we native sa? */
        boolean_t       z_is_zvol;      /* are we used by the zvol */
        boolean_t       z_is_mapped;    /* are we mmap'ed */
+       boolean_t       z_is_ctldir;    /* are we .zfs entry */
        struct inode    z_inode;        /* generic vfs inode */
 } znode_t;