summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2016-03-09 08:18:30 +1100
committerDave Chinner <david@fromorbit.com>2016-03-09 08:18:30 +1100
commitab9d1e4f7b0217948a3b35a64178602ab30ff45d (patch)
tree49845bb88fdd82fa5baee40b411eec1b8e5b17d9 /fs/xfs/xfs_super.c
parent3c1a79f5fff9b5ef653dc8b900ce818860c1f710 (diff)
parenta5fd276bdc4fb71b06d100a6abc77ad682f77de4 (diff)
downloadop-kernel-dev-ab9d1e4f7b0217948a3b35a64178602ab30ff45d.zip
op-kernel-dev-ab9d1e4f7b0217948a3b35a64178602ab30ff45d.tar.gz
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index d85087b..d760934 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");
OpenPOWER on IntegriCloud