From c86944c3e57ed3770f4769e777c7a2253cf88801 Mon Sep 17 00:00:00 2001 From: zhanghc Date: Thu, 18 Dec 2008 01:16:03 +0000 Subject: [PATCH] b=17380 use "fed->fed_lr_off" instead of "off" before "off" is set, just like MDS does i=johann i=zhenyu.xu --- 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 e8e6351..d6dbadb 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -377,7 +377,7 @@ static int filter_client_free(struct obd_export *exp) GOTO(free, 0); CDEBUG(D_INFO, "freeing client at idx %u, offset %lld with UUID '%s'\n", - fed->fed_lr_idx, off, fed->fed_lcd->lcd_uuid); + fed->fed_lr_idx, fed->fed_lr_off, fed->fed_lcd->lcd_uuid); LASSERT(filter->fo_last_rcvd_slots != NULL); -- 1.8.3.1