From ddf478b56ba8576b92cb233fad43eedcc1606c8a Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 3 Aug 2003 20:55:11 +0000 Subject: [PATCH] Oops, I think I had an unsaved buffer; backout accidental commit. --- lustre/obdfilter/filter_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 73cf7a0..0885a80 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -464,7 +464,7 @@ static int filter_preprw_write(int cmd, struct obd_export *exp, struct obdo *oa, LASSERT(oti != NULL); oti->oti_handle = fsfilt_brw_start(exp->exp_obd, objcount, fso, - niocount, oti->oti_handle); + niocount, oti); if (IS_ERR(oti->oti_handle)) { rc = PTR_ERR(oti->oti_handle); CDEBUG(rc == -ENOSPC ? D_INODE : D_ERROR, -- 1.8.3.1