From dab1c4e0f1814f5c3950ebeecdd9cfd7c01bc49c Mon Sep 17 00:00:00 2001 From: shaver Date: Thu, 21 Aug 2003 23:32:17 +0000 Subject: [PATCH] Make sure that transnos and status make it into the repmsg, not just the 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index 6855723..157d6a9 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -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, -- 1.8.3.1