X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_znode.h;h=8af5798ba8f18479407b40833c3a1ce435c2ea52;hb=1bd201e70d57464fd26bf9089ea4b44fd49e4f2d;hp=6903ad4cc42039e0fa3a91bc43c58f8ce6b87853;hpb=82a37189aac955c81a59a5ecc3400475adb56355;p=zfs.git diff --git a/include/sys/zfs_znode.h b/include/sys/zfs_znode.h index 6903ad4..8af5798 100644 --- a/include/sys/zfs_znode.h +++ b/include/sys/zfs_znode.h @@ -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;