Whamcloud - gitweb
LU-10189 osd: handle PFID EA in LMA properly
[fs/lustre-release.git] / lustre / osd-zfs / osd_internal.h
index f94e6aa..fbc7c99 100644 (file)
@@ -372,7 +372,8 @@ struct osd_object {
 #ifdef ZFS_PROJINHERIT
                                 oo_with_projid:1,
 #endif
-                                oo_late_attr_set:1;
+                                oo_late_attr_set:1,
+                                oo_pfid_in_lma:1;
 
        /* the i_flags in LMA */
        __u32                    oo_lma_flags;