Whamcloud - gitweb
Make sure that transnos and status make it into the repmsg, not just the
authorshaver <shaver>
Thu, 21 Aug 2003 23:32:17 +0000 (23:32 +0000)
committershaver <shaver>
Thu, 21 Aug 2003 23:32:17 +0000 (23:32 +0000)
server-side ptlrpc_request.  While I'm in there, unify a bunch of common code
and remove some overly pessimistic LBUGs.

lustre/mds/mds_internal.h

index 6855723..157d6a9 100644 (file)
@@ -18,6 +18,8 @@ void mds_put_catalog(struct llog_handle *cathandle);
 void mds_commit_cb(struct obd_device *, __u64 last_rcvd, void *data, int error);
 int mds_finish_transno(struct mds_obd *mds, struct inode *inode, void *handle,
                        struct ptlrpc_request *req, int rc, __u32 op_data);
+void mds_reconstruct_generic(struct ptlrpc_request *req);
+void mds_req_from_mcd(struct ptlrpc_request *req, struct mds_client_data *mcd);
 
 /* mds/mds_lib.c */
 int mds_update_unpack(struct ptlrpc_request *, int offset,