mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
parent
aef8755711
commit
b4f6c45dfb
2 changed files with 5 additions and 6 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue