From c62758f0b81080bc831268fea185a069ebdd7a9d Mon Sep 17 00:00:00 2001 From: zab Date: Mon, 28 Jul 2003 20:49:56 +0000 Subject: [PATCH] - 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. --- lustre/llite/rw24.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1