From: adilger Date: Fri, 22 Apr 2005 19:53:06 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_7_100~1^25~8^2~204 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=219f55f31793d2991928d6f41adf0eb36515317c;p=fs%2Flustre-release.git Branch: b1_4 Fix thinko. --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 7dc3d8f..8a66895 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -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); }