X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fost%2Fost_handler.c;h=f20386cb8f60eee4d963a0ad8ab78c423d82be64;hp=47e007229a2f9ed99da04e2e302c565daae4c21b;hb=6f6320cc43ec48f72994c02436909b276497c544;hpb=ce89c626efb52beb64f5360c33394f8927dde1fc diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 47e0072..f20386c 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -908,7 +908,7 @@ static int ost_get_info(struct obd_export *exp, struct ptlrpc_request *req) RETURN(rc); reply = lustre_msg_buf(req->rq_repmsg, 0, sizeof(*reply)); - rc = obd_get_info(exp, keylen, key, &size, reply); + rc = obd_get_info(exp, keylen, key, (__u32 *)&size, reply); req->rq_repmsg->status = 0; RETURN(rc); }