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:
f66e929
)
Branch b1_6
author
walter
<walter>
Tue, 20 Nov 2007 21:27:24 +0000
(21:27 +0000)
committer
walter
<walter>
Tue, 20 Nov 2007 21:27:24 +0000
(21:27 +0000)
b=14241
i=adilger
i=scjody
trivial fix for type clash in format string to fix compile error on Cray XT3.
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
7b6079d
..
2a97171
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-450,7
+450,7
@@
int mdc_req2lustre_md(struct ptlrpc_request *req, int offset,
if (rc < sizeof(*md->lsm)) {
CERROR ("lsm size too small: rc < sizeof (*md->lsm) "
- "(%d <
%d
)\n", rc, sizeof(*md->lsm));
+ "(%d <
"LPSZ"
)\n", rc, sizeof(*md->lsm));
GOTO(err_out, rc = -EPROTO);
}
rc = 0;