diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index c3d004bc4621..cc5e07e3e7a1 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -1848,10 +1848,9 @@ STATIC int __init | |||
1848 | init_xfs_fs(void) | 1848 | init_xfs_fs(void) |
1849 | { | 1849 | { |
1850 | int error; | 1850 | int error; |
1851 | static char message[] __initdata = KERN_INFO \ | ||
1852 | XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"; | ||
1853 | 1851 | ||
1854 | printk(message); | 1852 | printk(KERN_INFO XFS_VERSION_STRING " with " |
1853 | XFS_BUILD_OPTIONS " enabled\n"); | ||
1855 | 1854 | ||
1856 | ktrace_init(64); | 1855 | ktrace_init(64); |
1857 | vn_init(); | 1856 | vn_init(); |