diff options
author | David Sterba <dsterba@suse.cz> | 2013-04-30 16:51:59 +0000 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-06-14 11:29:19 -0400 |
commit | 85965600f50b2e57746363d0ace4ab6b2bcb9c27 (patch) | |
tree | bda27684f90cd479b4b3d4488fd9b31f01706151 /fs/btrfs/version.h | |
parent | e6d2960582f625ba6e676117019b62aa87425e8f (diff) | |
download | talos-op-linux-85965600f50b2e57746363d0ace4ab6b2bcb9c27.tar.gz talos-op-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.h | 4 |
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 |