Whamcloud - gitweb
Oops, I think I had an unsaved buffer; backout accidental commit.
authorphil <phil>
Sun, 3 Aug 2003 20:55:11 +0000 (20:55 +0000)
committerphil <phil>
Sun, 3 Aug 2003 20:55:11 +0000 (20:55 +0000)
lustre/obdfilter/filter_io.c

index 73cf7a0..0885a80 100644 (file)
@@ -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,