Whamcloud - gitweb
LU-6142 lustre: remove imp_no_timeout field 77/35877/3
authorMr NeilBrown <neilb@suse.com>
Thu, 22 Aug 2019 05:11:58 +0000 (15:11 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Sep 2019 23:01:26 +0000 (23:01 +0000)
This field is never set and never used.  Remove it.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.com>
Change-Id: I1dddbe620405b49e90530adcb9a7dec7f9ece64f
Reviewed-on: https://review.whamcloud.com/35877
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
lustre/include/lustre_import.h

index 0e34d55..682f4dc 100644 (file)
@@ -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 */