Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Mon, 15 Aug 2005 21:27:28 +0000 (21:27 +0000)
committeradilger <adilger>
Mon, 15 Aug 2005 21:27:28 +0000 (21:27 +0000)
Fix valid compile warning.
b=6902

lustre/osc/osc_request.c

index 6bf0e95..32c7a7e 100644 (file)
@@ -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);