mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	ocfs2: Remove DISK_ALLOC from masklog.
Since all 4 files, localalloc.c, suballoc.c, alloc.c and resize.c, which use DISK_ALLOC are changed to trace events, Remove masklog DISK_ALLOC totally. Signed-off-by: Tao Ma <boyu.mt@taobao.com>
This commit is contained in:
		
							parent
							
								
									a5438702ee
								
							
						
					
					
						commit
						81bad69749
					
				
					 6 changed files with 0 additions and 6 deletions
				
			
		|  | @ -30,7 +30,6 @@ | |||
| #include <linux/swap.h> | ||||
| #include <linux/quotaops.h> | ||||
| 
 | ||||
| #define MLOG_MASK_PREFIX ML_DISK_ALLOC | ||||
| #include <cluster/masklog.h> | ||||
| 
 | ||||
| #include "ocfs2.h" | ||||
|  |  | |||
|  | @ -93,7 +93,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
| 	define_mask(DLM_RECOVERY), | ||||
| 	define_mask(AIO), | ||||
| 	define_mask(JOURNAL), | ||||
| 	define_mask(DISK_ALLOC), | ||||
| 	define_mask(SUPER), | ||||
| 	define_mask(FILE_IO), | ||||
| 	define_mask(EXTENT_MAP), | ||||
|  |  | |||
|  | @ -95,7 +95,6 @@ | |||
| #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_DISK_ALLOC	0x0000000000008000ULL /* ocfs2 disk allocation */ | ||||
| #define ML_SUPER	0x0000000000010000ULL /* ocfs2 mount / umount */ | ||||
| #define ML_FILE_IO	0x0000000000020000ULL /* ocfs2 file I/O */ | ||||
| #define ML_EXTENT_MAP	0x0000000000040000ULL /* ocfs2 extent map caching */ | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ | |||
| #include <linux/highmem.h> | ||||
| #include <linux/bitops.h> | ||||
| 
 | ||||
| #define MLOG_MASK_PREFIX ML_DISK_ALLOC | ||||
| #include <cluster/masklog.h> | ||||
| 
 | ||||
| #include "ocfs2.h" | ||||
|  |  | |||
|  | @ -27,7 +27,6 @@ | |||
| #include <linux/fs.h> | ||||
| #include <linux/types.h> | ||||
| 
 | ||||
| #define MLOG_MASK_PREFIX ML_DISK_ALLOC | ||||
| #include <cluster/masklog.h> | ||||
| 
 | ||||
| #include "ocfs2.h" | ||||
|  |  | |||
|  | @ -29,7 +29,6 @@ | |||
| #include <linux/slab.h> | ||||
| #include <linux/highmem.h> | ||||
| 
 | ||||
| #define MLOG_MASK_PREFIX ML_DISK_ALLOC | ||||
| #include <cluster/masklog.h> | ||||
| 
 | ||||
| #include "ocfs2.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tao Ma
						Tao Ma