diff options
author | Dave Chinner <david@fromorbit.com> | 2016-03-09 08:18:30 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-03-09 08:18:30 +1100 |
commit | ab9d1e4f7b0217948a3b35a64178602ab30ff45d (patch) | |
tree | 49845bb88fdd82fa5baee40b411eec1b8e5b17d9 /fs/xfs/xfs_super.c | |
parent | 3c1a79f5fff9b5ef653dc8b900ce818860c1f710 (diff) | |
parent | a5fd276bdc4fb71b06d100a6abc77ad682f77de4 (diff) | |
download | linux-ab9d1e4f7b0217948a3b35a64178602ab30ff45d.tar.bz2 |
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index d85087bc0c40..d760934109b5 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -45,6 +45,7 @@ #include "xfs_filestream.h" #include "xfs_quota.h" #include "xfs_sysfs.h" +#include "xfs_ondisk.h" #include <linux/namei.h> #include <linux/init.h> @@ -1858,6 +1859,8 @@ init_xfs_fs(void) { int error; + xfs_check_ondisk_structs(); + printk(KERN_INFO XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n"); |