From 6bc1ec566093e0c42b03848f688c62893a5d4c98 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 7 Jul 2003 21:29:24 +0000 Subject: [PATCH] The first of many trivial changes before landing the meat of bug 1014 fixes. - call obdos "oa" where applicable --- lustre/cobd/cache_obd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/cobd/cache_obd.c b/lustre/cobd/cache_obd.c index 807d9a3..ba7ad3c 100644 --- a/lustre/cobd/cache_obd.c +++ b/lustre/cobd/cache_obd.c @@ -205,7 +205,7 @@ cobd_close(struct lustre_handle *conn, struct obdo *oa, return (obd_close (&cobd->cobd_target, oa, lsm, oti)); } -static int cobd_preprw(int cmd, struct obd_export *exp, struct obdo *obdo, +static int cobd_preprw(int cmd, struct obd_export *exp, struct obdo *oa, int objcount, struct obd_ioobj *obj, int niocount, struct niobuf_remote *nb, struct niobuf_local *res, struct obd_trans_info *oti) @@ -220,7 +220,7 @@ static int cobd_preprw(int cmd, struct obd_export *exp, struct obdo *obdo, return -EOPNOTSUPP; cobd_exp = class_conn2export(&exp->exp_obd->u.cobd.cobd_target); - rc = obd_preprw(cmd, cobd_exp, obdo, objcount, obj, niocount, nb, res, + rc = obd_preprw(cmd, cobd_exp, oa, objcount, obj, niocount, nb, res, oti); class_export_put(cobd_exp); -- 1.8.3.1