Merge branch 'xfs-4.8-misc-fixes-4' into for-next

This commit is contained in:
Dave Chinner
2016-07-22 14:10:56 +10:00
11 changed files with 260 additions and 104 deletions

View File

@@ -327,7 +327,7 @@ xfs_file_dio_aio_read(
return ret;
}
STATIC ssize_t
static noinline ssize_t
xfs_file_dax_read(
struct kiocb *iocb,
struct iov_iter *to)
@@ -706,7 +706,7 @@ out:
return ret;
}
STATIC ssize_t
static noinline ssize_t
xfs_file_dax_write(
struct kiocb *iocb,
struct iov_iter *from)