From: yury Date: Wed, 26 Sep 2007 18:51:44 +0000 (+0000) Subject: - fixes in obd_connect_names to be coherent with OBD_CONNECT* flags updated earlier; X-Git-Tag: v1_7_0_51~680 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=bf55f519ab5e1ecd1a1d7792fc4e0ef6bf0c05e4 - fixes in obd_connect_names to be coherent with OBD_CONNECT* flags updated earlier; - fixed missed ",". --- diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 084ed03..f2df958 100644 --- 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",