aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/version.h
diff options
context:
space:
mode:
authorGravatar David Sterba <dsterba@suse.cz> 2013-04-30 16:51:59 +0000
committerGravatar Josef Bacik <jbacik@fusionio.com> 2013-06-14 11:29:19 -0400
commit85965600f50b2e57746363d0ace4ab6b2bcb9c27 (patch)
treebda27684f90cd479b4b3d4488fd9b31f01706151 /fs/btrfs/version.h
parentbtrfs: move ifdef around sanity checks out of init_btrfs_fs (diff)
downloadlinux-85965600f50b2e57746363d0ace4ab6b2bcb9c27.tar.gz
linux-85965600f50b2e57746363d0ace4ab6b2bcb9c27.tar.bz2
linux-85965600f50b2e57746363d0ace4ab6b2bcb9c27.zip
btrfs: show compiled-in config features at module load time
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>
Diffstat (limited to 'fs/btrfs/version.h')
-rw-r--r--fs/btrfs/version.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/version.h b/fs/btrfs/version.h
deleted file mode 100644
index 9bf3946d5ef2..000000000000
--- a/fs/btrfs/version.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef __BTRFS_VERSION_H
-#define __BTRFS_VERSION_H
-#define BTRFS_BUILD_VERSION "Btrfs"
-#endif