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:
f83a8d6
)
- fixes in obd_connect_names to be coherent with OBD_CONNECT* flags updated earlier;
author
yury
<yury>
Wed, 26 Sep 2007 18:51:44 +0000
(18:51 +0000)
committer
yury
<yury>
Wed, 26 Sep 2007 18:51:44 +0000
(18:51 +0000)
- fixed missed ",".
lustre/obdclass/lprocfs_status.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/lprocfs_status.c
b/lustre/obdclass/lprocfs_status.c
index
084ed03
..
f2df958
100644
(file)
--- a/
lustre/obdclass/lprocfs_status.c
+++ b/
lustre/obdclass/lprocfs_status.c
@@
-583,7
+583,9
@@
static const char *obd_connect_names[] = {
"request_portal",
"acl",
"xattr",
+ "create_on_write",
"truncate_lock",
+ "initial_transno",
"inode_bit_locks",
"join_file",
"getattr_by_fid",
@@
-594,9
+596,9
@@
static const char *obd_connect_names[] = {
"64bit_qdata",
"mds_capability",
"oss_capability",
- "early_cancel",
+ "early_
lock_
cancel",
"size_on_mds",
- "adaptive_timeouts"
+ "adaptive_timeouts"
,
"lru_resize",
"mds_mds_connection",
"real_conn",