From f9d9aabf328a95d2919bcac43250ea051c962254 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Tue, 8 Mar 2016 23:26:23 -0500 Subject: [PATCH] Revert "LU-7815 mdt: pinger should not evict MDT-MDT export" This is causing LU-7847 This reverts commit 6165f883ecafb06abf734f6c0069e03789572852. --- lustre/mdt/mdt_handler.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 82d6623..9ffd9c7 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -5210,13 +5210,6 @@ out: *exp = NULL; } else { *exp = lexp; - /* Because we do not want this export to be evicted by pinger, - * let's not add this export to the timed chain list. */ - if (data->ocd_connect_flags & OBD_CONNECT_MDS_MDS) { - spin_lock(&lexp->exp_obd->obd_dev_lock); - list_del_init(&lexp->exp_obd_chain_timed); - spin_unlock(&lexp->exp_obd->obd_dev_lock); - } } RETURN(rc); -- 1.8.3.1