This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176591
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
3ecf44b312
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3ecf44b312'
${ noResults }
kernel_samsung_sm7125
/
fs
/
btrfs
/
version.h
5 lines
95 B
Raw
Normal View
History
Unescape
Escape
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>
17 years ago
#
ifndef __BTRFS_VERSION_H
#
define __BTRFS_VERSION_H
#
define BTRFS_BUILD_VERSION "Btrfs"
#
endif