From b9dd17681bfadc16de850efc2e1598137755a619 Mon Sep 17 00:00:00 2001 From: Mr NeilBrown Date: Thu, 22 Aug 2019 15:11:58 +1000 Subject: [PATCH] LU-6142 lustre: remove imp_no_timeout field This field is never set and never used. Remove it. Test-Parameters: trivial Signed-off-by: Mr NeilBrown Change-Id: I1dddbe620405b49e90530adcb9a7dec7f9ece64f Reviewed-on: https://review.whamcloud.com/35877 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Arshad Hussain --- lustre/include/lustre_import.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/include/lustre_import.h b/lustre/include/lustre_import.h index 0e34d55..682f4dc 100644 --- a/lustre/include/lustre_import.h +++ b/lustre/include/lustre_import.h @@ -278,8 +278,7 @@ struct obd_import { spinlock_t imp_lock; /* flags */ - unsigned long imp_no_timeout:1, /* timeouts are disabled */ - imp_invalid:1, /* evicted */ + unsigned long imp_invalid:1, /* evicted */ /* administratively disabled */ imp_deactive:1, /* try to recover the import */ -- 1.8.3.1