X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Finclude%2Flustre_mdt.h;h=81b69fc1e9897588d533ed31e0d587afab208528;hb=ea766bd959cc2347b223d597b3f8a31e010bed72;hp=c8b39d4ed83033ec0b306e78c378d05d391a4df9;hpb=e3a7c58aebafce40323db54bf6056029e5af4a70;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_mdt.h b/lustre/include/lustre_mdt.h index c8b39d4..81b69fc 100644 --- a/lustre/include/lustre_mdt.h +++ b/lustre/include/lustre_mdt.h @@ -63,7 +63,6 @@ enum { static inline int err_serious(int rc) { LASSERT(rc < 0); - LASSERT(-rc < ESERIOUS); return -(-rc | ESERIOUS); }