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:
5108659
)
Fixed warning introduced yesterday
author
pschwan
<pschwan>
Sat, 13 Jul 2002 18:51:02 +0000
(18:51 +0000)
committer
pschwan
<pschwan>
Sat, 13 Jul 2002 18:51:02 +0000
(18:51 +0000)
lustre/ost/ost_handler.c
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
ce36a73
..
d7f89f8
100644
(file)
--- a/
lustre/ost/ost_handler.c
+++ b/
lustre/ost/ost_handler.c
@@
-511,7
+511,7
@@
out:
if (req->rq_repmsg == NULL)
CERROR("handler for opcode %d returned rc=0 without "
"creating rq_repmsg; needs to return rc != "
- "0!\n");
+ "0!\n"
, req->rq_reqmsg->opc
);
ptlrpc_reply(req->rq_svc, req);
}