Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Tue, 23 Dec 2008 00:04:25 +0000 (00:04 +0000)
committeradilger <adilger>
Tue, 23 Dec 2008 00:04:25 +0000 (00:04 +0000)
Fix MDS OSC connection flag to print the right flag name.
b=16522

lustre/obdclass/lprocfs_status.c

index 53a5bae..afc882f 100644 (file)
@@ -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",