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:
cccbd7c
)
Fix minor typo - confusing when looking at the debug log, but not a bug.
author
adilger
<adilger>
Fri, 23 Aug 2002 09:44:55 +0000
(09:44 +0000)
committer
adilger
<adilger>
Fri, 23 Aug 2002 09:44:55 +0000
(09:44 +0000)
lustre/ost/ost_handler.c
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_handler.c
b/lustre/ost/ost_handler.c
index
33615ad
..
faf1766
100644
(file)
--- a/
lustre/ost/ost_handler.c
+++ b/
lustre/ost/ost_handler.c
@@
-486,12
+486,12
@@
static int ost_handle(struct ptlrpc_request *req)
rc = ost_setattr(req);
break;
case OST_OPEN:
- CDEBUG(D_INODE, "
setattr
\n");
+ CDEBUG(D_INODE, "
open
\n");
OBD_FAIL_RETURN(OBD_FAIL_OST_OPEN_NET, 0);
rc = ost_open(req);
break;
case OST_CLOSE:
- CDEBUG(D_INODE, "
setattr
\n");
+ CDEBUG(D_INODE, "
close
\n");
OBD_FAIL_RETURN(OBD_FAIL_OST_CLOSE_NET, 0);
rc = ost_close(req);
break;