summaryrefslogtreecommitdiffstats
path: root/fs/isofs
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/isofs
parent1e3914d4cf4e14653b7917b0e965217465cb7a9c (diff)
downloadlinux-0-day-2f8b544477e627a42e66902e948d87f86554aeca.tar.gz
linux-0-day-2f8b544477e627a42e66902e948d87f86554aeca.tar.xz
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/isofs')
-rw-r--r--fs/isofs/compress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c
index 44af14b2e9166..9bb2fe35799d3 100644
--- a/fs/isofs/compress.c
+++ b/fs/isofs/compress.c
@@ -18,6 +18,7 @@
#include <linux/module.h>
#include <linux/init.h>
+#include <linux/bio.h>
#include <linux/vmalloc.h>
#include <linux/zlib.h>