summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorChristoph Hellwig2016-11-01 14:40:13 +0100
committerJens Axboe2016-11-01 16:43:26 +0100
commit2f8b544477e627a42e66902e948d87f86554aeca (patch)
tree6bd32bb26fa8c3bbcef14ed4df1bed0f664d3490 /fs/cifs/connect.c
parentblock, fs: move submit_bio to bio.h (diff)
downloadkernel-qcow2-linux-2f8b544477e627a42e66902e948d87f86554aeca.tar.gz
kernel-qcow2-linux-2f8b544477e627a42e66902e948d87f86554aeca.tar.xz
kernel-qcow2-linux-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/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index aab5227979e2..db726e8311ca 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -41,6 +41,7 @@
#include <keys/user-type.h>
#include <net/ipv6.h>
#include <linux/parser.h>
+#include <linux/bvec.h>
#include "cifspdu.h"
#include "cifsglob.h"