aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-11-01 07:40:13 -0600
committerJens Axboe <axboe@fb.com>2016-11-01 09:43:26 -0600
commit2f8b544477e627a42e66902e948d87f86554aeca (patch)
tree6bd32bb26fa8c3bbcef14ed4df1bed0f664d3490 /fs/squashfs
parentblock, fs: move submit_bio to bio.h (diff)
downloadlinux-dev-2f8b544477e627a42e66902e948d87f86554aeca.tar.xz
linux-dev-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/squashfs')
-rw-r--r--fs/squashfs/block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c
index ce62a380314f..2751476e6b6e 100644
--- a/fs/squashfs/block.c
+++ b/fs/squashfs/block.c
@@ -31,6 +31,7 @@
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/buffer_head.h>
+#include <linux/bio.h>
#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"