diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-10-07 17:30:17 -0700 |
---|---|---|
committer | Sunil Mushran <sunil.mushran@oracle.com> | 2010-10-07 17:30:17 -0700 |
commit | 39a298563e0619b1b6e2e0974e58801de780621c (patch) | |
tree | 313960fe38ca1c984f75877d8b2be978b17214ff /fs/ocfs2/cluster/masklog.h | |
parent | 18c50cb0d3c293eabd6c2ef89c43f2a968e709ed (diff) | |
download | op-kernel-dev-39a298563e0619b1b6e2e0974e58801de780621c.zip op-kernel-dev-39a298563e0619b1b6e2e0974e58801de780621c.tar.gz |
ocfs2/cluster: Print messages when adding/removing nodes
Prints messages when the user adds or removes nodes.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/masklog.h')
-rw-r--r-- | fs/ocfs2/cluster/masklog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index fd96e2a..ea2ed9f 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h @@ -119,7 +119,8 @@ #define ML_ERROR 0x0000000100000000ULL /* sent to KERN_ERR */ #define ML_NOTICE 0x0000000200000000ULL /* setn to KERN_NOTICE */ #define ML_KTHREAD 0x0000000400000000ULL /* kernel thread activity */ -#define ML_RESERVATIONS 0x0000000800000000ULL /* ocfs2 alloc reservations */ +#define ML_RESERVATIONS 0x0000000800000000ULL /* ocfs2 alloc reservations */ +#define ML_CLUSTER 0x0000001000000000ULL /* cluster stack */ #define MLOG_INITIAL_AND_MASK (ML_ERROR|ML_NOTICE) #define MLOG_INITIAL_NOT_MASK (ML_ENTRY|ML_EXIT) |