Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4edfa13
)
b=17380
author
zhanghc
<zhanghc>
Thu, 18 Dec 2008 01:16:03 +0000
(
01:16
+0000)
committer
zhanghc
<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
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
e8e6351
..
d6dbadb
100644
(file)
--- 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);