diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-09-24 11:05:53 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 15:41:59 -0400 |
commit | b4f6c45dfbf84f47c21f73f6370ad1292b0627fd (patch) | |
tree | a85c3a7b304e768f1f3321f39d0ae6c4402cc1ee /fs/btrfs/version.h | |
parent | aef8755711a28bb0ecde7780ae6613fcb62cf6f7 (diff) |
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>
Diffstat (limited to 'fs/btrfs/version.h')
-rw-r--r-- | fs/btrfs/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/version.h b/fs/btrfs/version.h new file mode 100644 index 000000000000..9bf3946d5ef2 --- /dev/null +++ b/fs/btrfs/version.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #ifndef __BTRFS_VERSION_H | ||
2 | #define __BTRFS_VERSION_H | ||
3 | #define BTRFS_BUILD_VERSION "Btrfs" | ||
4 | #endif | ||