From: Mr NeilBrown Date: Thu, 22 Aug 2019 05:11:58 +0000 (+1000) Subject: LU-6142 lustre: remove imp_no_timeout field X-Git-Tag: 2.12.90~171 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b9dd17681bfadc16de850efc2e1598137755a619;p=fs%2Flustre-release.git 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 --- 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 */