Whamcloud - gitweb
Branch b1_8
authoradilger <adilger>
Tue, 23 Dec 2008 00:03:12 +0000 (00:03 +0000)
committeradilger <adilger>
Tue, 23 Dec 2008 00:03:12 +0000 (00:03 +0000)
Fix displayed name of OBD_CONNECT_MDS flag in connection_flags.
b=16522

lustre/obdclass/lprocfs_status.c

index 901481a..2d7df90 100644 (file)
@@ -753,7 +753,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",