Whamcloud - gitweb
b=17380
authorzhanghc <zhanghc>
Thu, 18 Dec 2008 01:16:03 +0000 (01:16 +0000)
committerzhanghc <zhanghc>
Thu, 18 Dec 2008 01:16:03 +0000 (01:16 +0000)
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

index e8e6351..d6dbadb 100644 (file)
@@ -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);