diff options
author | Christoph Hellwig <hch@lst.de> | 2016-06-21 02:22:39 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-06-21 02:22:39 +0300 |
commit | 199a31c6d93ba9dc6f831fa1e77d9926f34f4e8a (patch) | |
tree | 012149fab5fc79d6f015f07f911bac174e48964b /fs/nfsd/blocklayoutxdr.c | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-199a31c6d93ba9dc6f831fa1e77d9926f34f4e8a.tar.xz |
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>
Diffstat (limited to 'fs/nfsd/blocklayoutxdr.c')
-rw-r--r-- | fs/nfsd/blocklayoutxdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/blocklayoutxdr.c b/fs/nfsd/blocklayoutxdr.c index 6c3b316f932e..4ebaaf4b8d8a 100644 --- a/fs/nfsd/blocklayoutxdr.c +++ b/fs/nfsd/blocklayoutxdr.c @@ -3,6 +3,7 @@ */ #include <linux/sunrpc/svc.h> #include <linux/exportfs.h> +#include <linux/iomap.h> #include <linux/nfs4.h> #include "nfsd.h" |