From a10d8a1bc1dd674ec836d981966f0198edf69f11 Mon Sep 17 00:00:00 2001
From: eeb <eeb>
Date: Fri, 17 Dec 2004 12:32:51 +0000
Subject: [PATCH] *   fixed subsystem_names in lconf

---
 lustre/utils/lconf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lustre/utils/lconf b/lustre/utils/lconf
index 22bcd23749..fcf69410c0 100755
--- a/lustre/utils/lconf
+++ b/lustre/utils/lconf
@@ -118,9 +118,10 @@ subsystem_names = {
     "ibnal" :        (1 << 22),
     "sm" :           (1 << 23),
     "asobd" :        (1 << 24),
-    "lmv" :          (1 << 25),
-    "cmobd" :        (1 << 26),
-    "lonal" :        (1 << 27),
+    "confobd" :      (1 << 25),
+    "lmv" :          (1 << 26),
+    "cmobd" :        (1 << 27),
+    "lonal" :        (1 << 28),
     }
 
 
-- 
GitLab