From: zab Date: Sat, 15 Feb 2003 20:21:59 +0000 (+0000) Subject: - rebase b_io against HEAD in preparation for the latest write cache code X-Git-Tag: v1_7_100~1^94~105 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=df073ee1c7e74255ef6217a1b9c9e169587de1cf;p=fs%2Flustre-release.git - rebase b_io against HEAD in preparation for the latest write cache code --- diff --git a/lustre/llite/iod.c b/lustre/llite/iod.c index faf465f..0bc11669 100644 --- a/lustre/llite/iod.c +++ b/lustre/llite/iod.c @@ -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 {