Whamcloud - gitweb
- put in initial lov obd plug/async/unplug APIs. for now its giving
authorzab <zab>
Mon, 28 Jul 2003 20:49:56 +0000 (20:49 +0000)
committerzab <zab>
Mon, 28 Jul 2003 20:49:56 +0000 (20:49 +0000)
  the stripe to the osc via an explicit loi argument.  this will be
  refactored when the refactoring described in 314 arrives.

lustre/llite/rw24.c

index d6099ec..feddd3b 100644 (file)
@@ -286,7 +286,7 @@ static int ll_writepage_24(struct page *page)
         ocp->ocp_flag = OBD_BRW_CREATE|OBD_BRW_FROM_GRANT;
 
         rc = obd_brw_async_ocp(OBD_BRW_WRITE, exp, &oa, 
-                               ll_i2info(inode)->lli_smd, ocp, NULL);
+                               ll_i2info(inode)->lli_smd, NULL, ocp, NULL);
 
 out:
         class_export_put(exp);