Whamcloud - gitweb
- rebase b_io against HEAD in preparation for the latest write cache code
authorzab <zab>
Sat, 15 Feb 2003 20:21:59 +0000 (20:21 +0000)
committerzab <zab>
Sat, 15 Feb 2003 20:21:59 +0000 (20:21 +0000)
lustre/llite/iod.c

index faf465f..0bc1166 100644 (file)
@@ -334,7 +334,7 @@ static int bulk_flush_pages(
        
        set->brw_callback = ll_brw_sync_wait;
        rc = obd_brw(OBD_BRW_WRITE, ll_i2obdconn(inode),
-                     ll_i2info(inode)->lli_smd, npgs, pgs, set);
+                     ll_i2info(inode)->lli_smd, npgs, pgs, set, NULL);
        if (rc) {
                CERROR("error from obd_brw: rc = %d\n", rc);
        } else {