X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_export.h;h=83e3bbe8e456d0c5791856ceddbbbca0a2548c80;hp=5cf29e1a74d0098b46160d782edb67e1b7a93565;hb=5d085745af43bd15e6b7ea728491600411833b2a;hpb=e63a49fa69205cd6730206eaf3a7e39824586238 diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h index 5cf29e1..83e3bbe 100644 --- a/lustre/include/lustre_export.h +++ b/lustre/include/lustre_export.h @@ -449,6 +449,11 @@ static inline int exp_connect_lockahead(struct obd_export *exp) return !!(exp_connect_flags2(exp) & OBD_CONNECT2_LOCKAHEAD); } +static inline int exp_connect_overstriping(struct obd_export *exp) +{ + return !!(exp_connect_flags2(exp) & OBD_CONNECT2_OVERSTRIPING); +} + static inline int exp_connect_flr(struct obd_export *exp) { return !!(exp_connect_flags2(exp) & OBD_CONNECT2_FLR);