From: phil Date: Sun, 3 Aug 2003 20:55:11 +0000 (+0000) Subject: Oops, I think I had an unsaved buffer; backout accidental commit. X-Git-Tag: 0.9.1~390 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ddf478b56ba8576b92cb233fad43eedcc1606c8a;p=fs%2Flustre-release.git Oops, I think I had an unsaved buffer; backout accidental commit. --- 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,