From 3bc9a5e32542905e1fc901959a27e9a20e7c7e3c Mon Sep 17 00:00:00 2001 From: Mr NeilBrown Date: Thu, 22 Aug 2019 15:40:26 +1000 Subject: [PATCH] LU-6142 osc: remove oti_descr oti_handle oti_plist These three fields in 'struct osc_thread_info' are unused, so remove them. Test-Parameters: trivial Signed-off-by: Mr NeilBrown Change-Id: I8642ebd692f44eca9d9ddad3b8184cabb27d27b3 Reviewed-on: https://review.whamcloud.com/35889 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Arshad Hussain Reviewed-by: James Simmons Reviewed-by: Mike Pershin --- lustre/include/lustre_osc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/include/lustre_osc.h b/lustre/include/lustre_osc.h index d6c2701..e5a8392 100644 --- a/lustre/include/lustre_osc.h +++ b/lustre/include/lustre_osc.h @@ -168,10 +168,7 @@ struct osc_session { struct osc_thread_info { struct ldlm_res_id oti_resname; union ldlm_policy_data oti_policy; - struct cl_lock_descr oti_descr; struct cl_attr oti_attr; - struct lustre_handle oti_handle; - struct cl_page_list oti_plist; struct cl_io oti_io; struct pagevec oti_pagevec; void *oti_pvec[OTI_PVEC_SIZE]; -- 1.8.3.1