X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_export.h;h=f6e136afad37886ca8dd8b11095c6fe9c514a6cd;hp=8f45dd482d58bb0151578b08ca0195487aa08ef0;hb=5315db3f1066619d6effe4f778d2df3ad1ba738f;hpb=66b4fd4317f9bd721aaa485c81987cecc049d92f;ds=sidebyside diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h index 8f45dd4..f6e136a 100644 --- a/lustre/include/lustre_export.h +++ b/lustre/include/lustre_export.h @@ -442,11 +442,6 @@ static inline int exp_connect_large_acl(struct obd_export *exp) return !!(exp_connect_flags(exp) & OBD_CONNECT_LARGE_ACL); } -static inline int exp_connect_lockahead_old(struct obd_export *exp) -{ - return !!(exp_connect_flags(exp) & OBD_CONNECT_LOCKAHEAD_OLD); -} - static inline int exp_connect_lockahead(struct obd_export *exp) { return !!(exp_connect_flags2(exp) & OBD_CONNECT2_LOCKAHEAD);