X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_internal.h;h=e21cce8f0747b057c4de48763855d0bcb97f2470;hp=c794bcfcc795b2b04b58aab83ad0bc047c587536;hb=a4df7f2552a7d6450138abb301386bd7be4721dd;hpb=4f4f2dd146d6d991e5ee32dfa41b31a2b128c498 diff --git a/lustre/osd-ldiskfs/osd_internal.h b/lustre/osd-ldiskfs/osd_internal.h index c794bcf..e21cce8 100644 --- a/lustre/osd-ldiskfs/osd_internal.h +++ b/lustre/osd-ldiskfs/osd_internal.h @@ -135,7 +135,8 @@ struct osd_object { /** protects inode attributes. */ spinlock_t oo_guard; - __u32 oo_destroyed:1; + __u32 oo_destroyed:1, + oo_pfid_in_lma:1; /* the i_flags in LMA */ __u32 oo_lma_flags;