Whamcloud - gitweb
LU-6142 lustre: mark strings in char arrays as const
[fs/lustre-release.git] / lustre / obdclass / lprocfs_status.c
index f9caa1b..8948f19 100644 (file)
@@ -550,7 +550,7 @@ static void obd_import_flags2str(struct obd_import *imp, struct seq_file *m)
        flag2str(imp, connect_tried);
 }
 
-static const char *obd_connect_names[] = {
+static const char *const obd_connect_names[] = {
        /* flags names  */
        "read_only",
        "lov_index",