From: yury Date: Wed, 20 Sep 2006 15:35:59 +0000 (+0000) Subject: - disable not working yet stuff. X-Git-Tag: v1_8_0_110~486^2~891 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=506d74fa1ca1ebd917ab1f370f1a345ad4c49989;p=fs%2Flustre-release.git - disable not working yet stuff. --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 99edacd..50dda2b 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -893,8 +893,8 @@ static int mdt_reint_internal(struct mdt_thread_info *info, __u32 op) int rc; ENTRY; - if (MDT_FAIL_CHECK(OBD_FAIL_MDS_REINT_NET)) - RETURN(0); +/* if (MDT_FAIL_CHECK(OBD_FAIL_MDS_REINT_NET)) + RETURN(0);*/ if (MDT_FAIL_CHECK(OBD_FAIL_MDS_REINT_UNPACK)) RETURN(-EFAULT);