commit | 199a31c6d93ba9dc6f831fa1e77d9926f34f4e8a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 21 09:22:39 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Jun 21 09:22:39 2016 +1000 |
tree | 012149fab5fc79d6f015f07f911bac174e48964b | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] [blame] |
fs: move struct iomap from exportfs.h to a separate header Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
diff --git a/fs/xfs/xfs_pnfs.c b/fs/xfs/xfs_pnfs.c index d5b7566..db3c7df 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"