]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/cluster/masklog.h
ocfs2: Remove masklog ML_AIO.
[~andy/linux] / fs / ocfs2 / cluster / masklog.h
index e4ca487078b32ab6bebcd43fb472b4653c36d2fd..0fe96c2830c2ab50956e04fd89a5d44fd7d3f6fb 100644 (file)
 #define ML_DLM_THREAD  0x0000000000000400ULL /* dlm domain thread */
 #define ML_DLM_MASTER  0x0000000000000800ULL /* dlm master functions */
 #define ML_DLM_RECOVERY        0x0000000000001000ULL /* dlm master functions */
-#define ML_AIO         0x0000000000002000ULL /* ocfs2 aio read and write */
-#define ML_JOURNAL     0x0000000000004000ULL /* ocfs2 journalling functions */
-#define ML_SUPER       0x0000000000010000ULL /* ocfs2 mount / umount */
 #define ML_DLM_GLUE    0x0000000000080000ULL /* ocfs2 dlm glue layer */
-#define ML_BH_IO       0x0000000000100000ULL /* ocfs2 buffer I/O */
-#define ML_UPTODATE    0x0000000000200000ULL /* ocfs2 caching sequence #'s */
-#define ML_NAMEI       0x0000000000400000ULL /* ocfs2 directory / namespace */
 #define ML_VOTE                0x0000000001000000ULL /* ocfs2 node messaging  */
-#define ML_DCACHE      0x0000000002000000ULL /* ocfs2 dcache operations */
 #define ML_CONN                0x0000000004000000ULL /* net connection management */
 #define ML_QUORUM      0x0000000008000000ULL /* net connection quorum */
-#define ML_EXPORT      0x0000000010000000ULL /* ocfs2 export operations */
-#define ML_XATTR       0x0000000020000000ULL /* ocfs2 extended attributes */
-#define ML_QUOTA       0x0000000040000000ULL /* ocfs2 quota operations */
 #define ML_BASTS       0x0000000100000000ULL /* dlmglue asts and basts */
-#define ML_RESERVATIONS        0x0000000200000000ULL /* ocfs2 alloc reservations */
 #define ML_CLUSTER     0x0000000400000000ULL /* cluster stack */
 
 /* bits that are infrequently given and frequently matched in the high word */