mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 22:26:12 +00:00 
			
		
		
		
	 b4f6c45dfb
			
		
	
	
		b4f6c45dfb
		
	
	
	
	
		
			
			btrfs had magic to put the chagneset id into a printk on module load. This removes that from the Makefile and hardcodes the printk to print "Btrfs" Signed-off-by: Chris Mason <chris.mason@oracle.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __BTRFS_VERSION_H
 | |
| #define __BTRFS_VERSION_H
 | |
| #define BTRFS_BUILD_VERSION "Btrfs"
 | |
| #endif
 |