[lustre-devel] [PATCH 468/622] lustre: llite: remove lti_iter field

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


From: Mr NeilBrown <neilb at suse.com>

This field is never used, so remove it.

WC-bug-id: https://jira.whamcloud.com/browse/LU-6142
Lustre-commit: 0140f50c1287 ("LU-6142 llite: remove lti_iter field")
Signed-off-by: Mr NeilBrown <neilb at suse.com>
Reviewed-on: https://review.whamcloud.com/35886
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/llite/llite_internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/lustre/llite/llite_internal.h b/fs/lustre/llite/llite_internal.h
index bb5f519..025d33e 100644
--- a/fs/lustre/llite/llite_internal.h
+++ b/fs/lustre/llite/llite_internal.h
@@ -1033,7 +1033,6 @@ struct ll_cl_context {
 };
 
 struct ll_thread_info {
-	struct iov_iter		lti_iter;
 	struct vvp_io_args	lti_args;
 	struct ra_io_arg	lti_ria;
 	struct ll_cl_context	lti_io_ctx;
-- 
1.8.3.1



More information about the lustre-devel mailing list