diff options
author | Dave Chinner <david@fromorbit.com> | 2016-06-21 03:10:19 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-06-21 03:10:19 +0300 |
commit | 07931b7be70916055b882c6a379a3016f5772681 (patch) | |
tree | 39389c4e4f08a56f27dac18780498f666583a9ad /fs/xfs | |
parent | 26f1fe858f2744edfc75e92d34a6be0af5e8b45d (diff) | |
parent | 8be9f564d25e7adc582f9f3689040ce5aa6f1f5b (diff) | |
download | linux-07931b7be70916055b882c6a379a3016f5772681.tar.xz |
Merge branch 'fs-4.8-iomap-infrastructure' into for-next
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_pnfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_pnfs.c b/fs/xfs/xfs_pnfs.c index d5b756669fb5..db3c7df52e30 100644 --- a/fs/xfs/xfs_pnfs.c +++ b/fs/xfs/xfs_pnfs.c @@ -1,6 +1,7 @@ /* * Copyright (c) 2014 Christoph Hellwig. */ +#include <linux/iomap.h> #include "xfs.h" #include "xfs_format.h" #include "xfs_log_format.h" |