X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdecho%2Fecho.c;h=f89df074bbd851353a6c8cd8c82622504ca087e8;hp=603a166bc6b38b22c4cfd117895f6b19afa0f3ca;hb=576c9a8212bc6607146d99e3413f7a24cbf91b5c;hpb=bb3bc8a29b322f9cefd30171df6a2fec59ddf745;ds=sidebyside diff --git a/lustre/obdecho/echo.c b/lustre/obdecho/echo.c index 603a166..f89df07 100644 --- a/lustre/obdecho/echo.c +++ b/lustre/obdecho/echo.c @@ -232,10 +232,10 @@ static int echo_setattr(struct lustre_handle *conn, struct obdo *oa, /* This allows us to verify that desc_private is passed unmolested */ #define DESC_PRIV 0x10293847 -int echo_preprw(int cmd, struct obd_export *export, int objcount, - struct obd_ioobj *obj, int niocount, struct niobuf_remote *nb, - struct niobuf_local *res, void **desc_private, - struct obd_trans_info *oti) +int echo_preprw(int cmd, struct obd_export *export, struct obdo *oa, + int objcount, struct obd_ioobj *obj, int niocount, + struct niobuf_remote *nb, struct niobuf_local *res, + void **desc_private, struct obd_trans_info *oti) { struct obd_device *obd; struct niobuf_local *r = res;