Whamcloud - gitweb
LU-17662 osd-zfs: Support for ZFS 2.2.3
[fs/lustre-release.git] / lustre / include / lustre_mdc.h
index 8c76386..094b350 100644 (file)
@@ -28,7 +28,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/include/lustre_mdc.h
  *
@@ -63,31 +62,6 @@ struct obd_export;
 struct ptlrpc_request;
 struct obd_device;
 
-static inline void mdc_get_mod_rpc_slot(struct ptlrpc_request *req,
-                                       struct lookup_intent *it)
-{
-       struct client_obd *cli = &req->rq_import->imp_obd->u.cli;
-       __u32 opc;
-       __u16 tag;
-
-       opc = lustre_msg_get_opc(req->rq_reqmsg);
-       tag = obd_get_mod_rpc_slot(cli, opc, it);
-       lustre_msg_set_tag(req->rq_reqmsg, tag);
-}
-
-static inline void mdc_put_mod_rpc_slot(struct ptlrpc_request *req,
-                                       struct lookup_intent *it)
-{
-       struct client_obd *cli = &req->rq_import->imp_obd->u.cli;
-       __u32 opc;
-       __u16 tag;
-
-       opc = lustre_msg_get_opc(req->rq_reqmsg);
-       tag = lustre_msg_get_tag(req->rq_reqmsg);
-       obd_put_mod_rpc_slot(cli, opc, it, tag);
-}
-
-
 /**
  * Update the maximum possible easize.
  *