From bf55f519ab5e1ecd1a1d7792fc4e0ef6bf0c05e4 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 26 Sep 2007 18:51:44 +0000 Subject: [PATCH] - fixes in obd_connect_names to be coherent with OBD_CONNECT* flags updated earlier; - fixed missed ",". --- lustre/obdclass/lprocfs_status.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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", -- 1.8.3.1