[lustre-devel] [PATCH 470/622] lustre: llite: remove sub_reenter field.

James Simmons jsimmons at infradead.org
Thu Feb 27 13:15:38 PST 2020


From: Mr NeilBrown <neilb at suse.com>

This field is never set or accessed, so
remove it.

WC-bug-id: https://jira.whamcloud.com/browse/LU-6142
Lustre-commit: 3118333b9664 ("LU-6142 llite: remove sub_reenter field.")
Signed-off-by: Mr NeilBrown <neilb at suse.com>
Reviewed-on: https://review.whamcloud.com/35888
Reviewed-by: Andreas Dilger <adilger at whamcloud.com>
Reviewed-by: James Simmons <jsimmons at infradead.org>
Reviewed-by: Patrick Farrell <pfarrell at whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super at gmail.com>
Signed-off-by: James Simmons <jsimmons at infradead.org>
---
 fs/lustre/lov/lov_cl_internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/lustre/lov/lov_cl_internal.h b/fs/lustre/lov/lov_cl_internal.h
index 6fea0f5..40bb6f0 100644
--- a/fs/lustre/lov/lov_cl_internal.h
+++ b/fs/lustre/lov/lov_cl_internal.h
@@ -509,7 +509,6 @@ struct lov_io_sub {
 	 * \see cl_env_get()
 	 */
 	u16			sub_refcheck;
-	u16			sub_reenter;
 };
 
 /**
-- 
1.8.3.1



More information about the lustre-devel mailing list