]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/xfs_super.c
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_super.c
index d85087bc0c406d6f36e4a90ade3a76f45753229c..d760934109b5d628891ea3e91fa1a9e3f68ec36b 100644 (file)
@@ -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");