Merge branch 'xfs-misc-fixes-4.6-3' into for-next

This commit is contained in:
Dave Chinner
2016-03-09 08:18:30 +11:00
6 changed files with 204 additions and 79 deletions

View 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");