From 219f55f31793d2991928d6f41adf0eb36515317c Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 22 Apr 2005 19:53:06 +0000 Subject: [PATCH] Branch: b1_4 Fix thinko. --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.3.1