Skip to content
Snippets Groups Projects
Commit be964697 authored by Walter Poxon's avatar Walter Poxon
Browse files

Branch HEAD

b=14241
i=adilger
i=scjody

trivial fix for type clash in format string to fix compile error on Cray XT3.
parent b65db055
No related branches found
No related tags found
No related merge requests found
......@@ -530,7 +530,7 @@ int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,
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(out, rc = -EPROTO);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment