X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_oi.h;h=95056c0b2261d46d494d83dce602bea8026ad281;hb=refs%2Fchanges%2F39%2F42139%2F4;hp=697b81b319c91a0fd3dfa979f00f1469bbeb6b1a;hpb=7e21ea59edcc65426e1753ab1884b9a2b93826ce;p=fs%2Flustre-release.git diff --git a/lustre/osd-ldiskfs/osd_oi.h b/lustre/osd-ldiskfs/osd_oi.h index 697b81b..95056c0 100644 --- a/lustre/osd-ldiskfs/osd_oi.h +++ b/lustre/osd-ldiskfs/osd_oi.h @@ -27,7 +27,6 @@ */ /* * This file is part of Lustre, http://www.lustre.org/ - * Lustre is a trademark of Sun Microsystems, Inc. * * lustre/osd/osd_oi.h * @@ -131,6 +130,7 @@ static inline int osd_id_eq_strict(const struct osd_inode_id *id0, enum oi_check_flags { OI_CHECK_FLD = 0x00000001, OI_KNOWN_ON_OST = 0x00000002, + OI_LOCKED = 0x00000004, }; extern unsigned int osd_oi_count;