diff options
author | Christoph Hellwig <hch@lst.de> | 2016-11-01 09:40:13 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-11-01 11:43:26 -0400 |
commit | 2f8b544477e627a42e66902e948d87f86554aeca (patch) | |
tree | 6bd32bb26fa8c3bbcef14ed4df1bed0f664d3490 /include/linux/fs.h | |
parent | 1e3914d4cf4e14653b7917b0e965217465cb7a9c (diff) |
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 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 5b0a9b77534d..8533e9d59c29 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <linux/uidgid.h> | 28 | #include <linux/uidgid.h> |
29 | #include <linux/lockdep.h> | 29 | #include <linux/lockdep.h> |
30 | #include <linux/percpu-rwsem.h> | 30 | #include <linux/percpu-rwsem.h> |
31 | #include <linux/blk_types.h> | ||
32 | #include <linux/workqueue.h> | 31 | #include <linux/workqueue.h> |
33 | #include <linux/percpu-rwsem.h> | 32 | #include <linux/percpu-rwsem.h> |
34 | #include <linux/delayed_call.h> | 33 | #include <linux/delayed_call.h> |
@@ -38,6 +37,7 @@ | |||
38 | 37 | ||
39 | struct backing_dev_info; | 38 | struct backing_dev_info; |
40 | struct bdi_writeback; | 39 | struct bdi_writeback; |
40 | struct bio; | ||
41 | struct export_operations; | 41 | struct export_operations; |
42 | struct hd_geometry; | 42 | struct hd_geometry; |
43 | struct iovec; | 43 | struct iovec; |