From 1b5ff1d44513821dd7277febedb43c41a0be5dd2 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 23 Dec 2008 00:04:25 +0000 Subject: [PATCH] Branch b1_6 Fix MDS OSC connection flag to print the right flag name. b=16522 --- lustre/obdclass/lprocfs_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 53a5bae..afc882f 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -745,7 +745,7 @@ int lprocfs_rd_timeouts(char *page, char **start, off_t off, int count, static const char *obd_connect_names[] = { "read_only", "lov_index", - "unused", + "mds_connection", "write_grant", "server_lock", "version", -- 1.8.3.1