Update Btrfs files for in-kernel usage
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>
This commit is contained in:
4
fs/btrfs/version.h
Normal file
4
fs/btrfs/version.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef __BTRFS_VERSION_H
|
||||
#define __BTRFS_VERSION_H
|
||||
#define BTRFS_BUILD_VERSION "Btrfs"
|
||||
#endif
|
Reference in New Issue
Block a user