Whamcloud - gitweb
LU-14195 lnet: improve compat code for IPV6_V6ONLY sock opt
[fs/lustre-release.git] / lustre / target / tgt_internal.h
index ac7c3c1..39fb410 100644 (file)
@@ -72,8 +72,6 @@ struct tgt_thread_info {
                struct {
                        /* for tgt_readpage()      */
                        struct lu_rdpg     tti_rdpg;
-                       /* for tgt_sendpage()      */
-                       struct l_wait_info tti_wait_info;
                } rdpg;
                struct {
                        struct dt_object_format    tti_update_dof;
@@ -82,7 +80,6 @@ struct tgt_thread_info {
                        int                        tti_update_reply_index;
                        struct obdo                tti_obdo;
                        struct dt_object           *tti_dt_object;
-                       struct l_wait_info tti_wait_info;
                } update;
                struct obd_statfs osfs; /* for obd_statfs() in OFD/MDT */
        } tti_u;
@@ -244,7 +241,7 @@ int tgt_txn_start_cb(const struct lu_env *env, struct thandle *th,
 int tgt_txn_stop_cb(const struct lu_env *env, struct thandle *th,
                    void *cookie);
 int tgt_handle_received_xid(struct obd_export *exp, __u64 rcvd_xid);
-int tgt_handle_tag(struct obd_export *exp, __u16 tag);
+int tgt_handle_tag(struct ptlrpc_request *req);
 
 void update_records_dump(const struct update_records *records,
                         unsigned int mask, bool dump_updates);