X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_mds.h;h=c427feb2d595a7a39c9514fd3f535d5c5750a9c3;hp=dac9f11a0dea8d5c1ca24e428d360d959ff19ee3;hb=1d2beb8553a822cbfa9ddd602e399f7883473586;hpb=c06ffb6998e5512d6589ef3ec4cc748371a07c77 diff --git a/lustre/include/lustre_mds.h b/lustre/include/lustre_mds.h index dac9f11..c427feb 100644 --- a/lustre/include/lustre_mds.h +++ b/lustre/include/lustre_mds.h @@ -81,4 +81,9 @@ static inline int md_should_create(__u32 flags) !(flags & FMODE_WRITE)); } +/* these are local flags, used only on the client, private */ +#define M_CHECK_STALE 0200000000 +#define M_JOIN_FILE 0400000000 /* its counterpart is + * MDS_OPEN_JOIN_FILE */ + #endif