From 0800541bb2519917a68cd89e699c6ab437f111ff Mon Sep 17 00:00:00 2001 From: shaver Date: Tue, 8 Jul 2003 17:11:35 +0000 Subject: [PATCH] add S_MGMT for management-service logging --- lnet/include/linux/kp30.h | 1 + lustre/portals/include/linux/kp30.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lnet/include/linux/kp30.h b/lnet/include/linux/kp30.h index f607359..531235c 100644 --- a/lnet/include/linux/kp30.h +++ b/lnet/include/linux/kp30.h @@ -52,6 +52,7 @@ extern unsigned int portal_printk; #define S_COBD (21 << 24) #define S_PTLBD (22 << 24) #define S_LOG (23 << 24) +#define S_MGMT (24 << 24) /* If you change these values, please keep portals/linux/utils/debug.c * up to date! */ diff --git a/lustre/portals/include/linux/kp30.h b/lustre/portals/include/linux/kp30.h index f607359..531235c 100644 --- a/lustre/portals/include/linux/kp30.h +++ b/lustre/portals/include/linux/kp30.h @@ -52,6 +52,7 @@ extern unsigned int portal_printk; #define S_COBD (21 << 24) #define S_PTLBD (22 << 24) #define S_LOG (23 << 24) +#define S_MGMT (24 << 24) /* If you change these values, please keep portals/linux/utils/debug.c * up to date! */ -- 1.8.3.1