diff options
author | Christoph Hellwig <hch@lst.de> | 2016-11-01 07:40:13 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-11-01 09:43:26 -0600 |
commit | 2f8b544477e627a42e66902e948d87f86554aeca (patch) | |
tree | 6bd32bb26fa8c3bbcef14ed4df1bed0f664d3490 /fs/9p | |
parent | 1e3914d4cf4e14653b7917b0e965217465cb7a9c (diff) | |
download | linux-exynos-2f8b544477e627a42e66902e948d87f86554aeca.tar.gz linux-exynos-2f8b544477e627a42e66902e948d87f86554aeca.tar.bz2 linux-exynos-2f8b544477e627a42e66902e948d87f86554aeca.zip |
block,fs: untangle fs.h and blk_types.h
Nothing in fs.h should require blk_types.h to be included.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/vfs_addr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index 6181ad79e1a5..5ca1fb0043f6 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.c @@ -34,6 +34,7 @@ #include <linux/idr.h> #include <linux/sched.h> #include <linux/uio.h> +#include <linux/bvec.h> #include <net/9p/9p.h> #include <net/9p/client.h> |