Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Fri, 22 Apr 2005 19:53:06 +0000 (19:53 +0000)
committeradilger <adilger>
Fri, 22 Apr 2005 19:53:06 +0000 (19:53 +0000)
Fix thinko.

lustre/obdfilter/filter.c

index 7dc3d8f..8a66895 100644 (file)
@@ -1757,7 +1757,7 @@ static int filter_setattr(struct obd_export *exp, struct obdo *oa,
                 if (fcc != NULL)
                         /* set cancel cookie callback function */
                         fsfilt_add_journal_cb(obd, 0, oti ?
-                                              handle : oti->oti_handle,
+                                              oti->oti_handle : handle,
                                               filter_cancel_cookies_cb,
                                               fcc);
         }