Whamcloud - gitweb
- fixes in obd_connect_names to be coherent with OBD_CONNECT* flags updated earlier;
authoryury <yury>
Wed, 26 Sep 2007 18:51:44 +0000 (18:51 +0000)
committeryury <yury>
Wed, 26 Sep 2007 18:51:44 +0000 (18:51 +0000)
- fixed missed ",".

lustre/obdclass/lprocfs_status.c

index 084ed03..f2df958 100644 (file)
@@ -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",