From 82bb2fb75ed34d30849a40c9ec03210a6985314a Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 2 Oct 2002 20:12:42 +0000 Subject: [PATCH] Formatting. --- lustre/osc/osc_request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index b53ad84..c38610f 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -350,7 +350,7 @@ static void brw_finish(struct ptlrpc_bulk_desc *desc, void *data) EXIT; } -static int osc_brw_read(struct lustre_handle *conn, struct lov_stripe_md *md, +static int osc_brw_read(struct lustre_handle *conn, struct lov_stripe_md *lsm, obd_count page_count, struct brw_page *pga, brw_callback_t callback, struct io_cb_data *data) { @@ -392,7 +392,7 @@ static int osc_brw_read(struct lustre_handle *conn, struct lov_stripe_md *md, iooptr = lustre_msg_buf(request->rq_reqmsg, 1); nioptr = lustre_msg_buf(request->rq_reqmsg, 2); - ost_pack_ioo(&iooptr, md, page_count); + ost_pack_ioo(&iooptr, lsm, page_count); /* end almost identical to brw_write case */ spin_lock(&connection->c_lock); -- 1.8.3.1