From 506d74fa1ca1ebd917ab1f370f1a345ad4c49989 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 20 Sep 2006 15:35:59 +0000 Subject: [PATCH] - disable not working yet stuff. --- lustre/mdt/mdt_handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.8.3.1