From: adilger Date: Mon, 15 Aug 2005 21:27:28 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_140~1^12~3^2~55^5~20 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=918147706e0ba44d8c48d87eb9ff583f36dda451;p=fs%2Flustre-release.git Branch b1_4 Fix valid compile warning. b=6902 --- diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 6bf0e95..32c7a7e 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -3041,7 +3041,7 @@ static int osc_set_info(struct obd_export *exp, obd_count keylen, RETURN(-EINVAL); - req = ptlrpc_prep_req(imp, OST_SET_INFO, 2, &size, bufs); + req = ptlrpc_prep_req(imp, OST_SET_INFO, 2, size, bufs); if (req == NULL) RETURN(-ENOMEM);