Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-14 | btrfs: show compiled-in config features at module load time | David Sterba | |
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-25 | Update Btrfs files for in-kernel usage | Chris Mason | |
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> |