Whamcloud - gitweb
LU-6142 osc: remove oti_descr oti_handle oti_plist 89/35889/3
authorMr NeilBrown <neilb@suse.com>
Thu, 22 Aug 2019 05:40:26 +0000 (15:40 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Sep 2019 23:02:19 +0000 (23:02 +0000)
These three fields in 'struct osc_thread_info' are
unused, so remove them.

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

index d6c2701..e5a8392 100644 (file)
@@ -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];