Whamcloud - gitweb
increased request buffering for the OST service
authoreeb <eeb>
Wed, 18 Sep 2002 18:17:26 +0000 (18:17 +0000)
committereeb <eeb>
Wed, 18 Sep 2002 18:17:26 +0000 (18:17 +0000)
lustre/ost/ost_handler.c

index f81eede..03a58ea 100644 (file)
@@ -597,7 +597,7 @@ static int ost_setup(struct obd_device *obddev, obd_count len, void *buf)
                 GOTO(error_dec, err = -EINVAL);
         }
 
-        ost->ost_service = ptlrpc_init_svc(1024, 640, OST_REQUEST_PORTAL,
+        ost->ost_service = ptlrpc_init_svc(1024, 4096, OST_REQUEST_PORTAL,
                                            OSC_REPLY_PORTAL, "self", ost_handle,
                                            "ost");
         if (!ost->ost_service) {