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:
ddb62ef
)
- fixed info message in seq-mgr
author
yury
<yury>
Fri, 6 Oct 2006 12:18:11 +0000
(12:18 +0000)
committer
yury
<yury>
Fri, 6 Oct 2006 12:18:11 +0000
(12:18 +0000)
lustre/fid/fid_request.c
patch
|
blob
|
history
diff --git
a/lustre/fid/fid_request.c
b/lustre/fid/fid_request.c
index
f36872c
..
96b2298
100644
(file)
--- a/
lustre/fid/fid_request.c
+++ b/
lustre/fid/fid_request.c
@@
-212,7
+212,7
@@
static int __seq_client_alloc_seq(struct lu_client_seq *seq, seqno_t *seqnr)
RETURN(rc);
} else {
CDEBUG(D_INFO|D_WARNING, "%s: New range - "DRANGE"\n",
- seq->lcs_name,
&seq->lcs_range
);
+ seq->lcs_name,
PRANGE(&seq->lcs_range)
);
}
}