From: zab Date: Mon, 28 Jul 2003 20:49:56 +0000 (+0000) Subject: - put in initial lov obd plug/async/unplug APIs. for now its giving X-Git-Tag: v1_7_0_51~2^14~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c62758f0b81080bc831268fea185a069ebdd7a9d;p=fs%2Flustre-release.git - put in initial lov obd plug/async/unplug APIs. for now its giving the stripe to the osc via an explicit loi argument. this will be refactored when the refactoring described in 314 arrives. --- diff --git a/lustre/llite/rw24.c b/lustre/llite/rw24.c index d6099ec..feddd3b 100644 --- a/lustre/llite/rw24.c +++ b/lustre/llite/rw24.c @@ -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);