summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/version.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-14btrfs: show compiled-in config features at module load timeDavid Sterba1-4/+0
We want to know if there are debugging features compiled in, this may affect performance. The message is printed before the sanity checks. Also kill version.h file that serves no purpose, we don't use any version tag for kernel module. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
2008-09-25Update Btrfs files for in-kernel usageChris Mason1-0/+4
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>