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 /fs/ufs | |
| 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 'fs/ufs')
| -rw-r--r-- | fs/ufs/balloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ufs/balloc.c b/fs/ufs/balloc.c index 67e085d591d8..b035af54f538 100644 --- a/fs/ufs/balloc.c +++ b/fs/ufs/balloc.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <linux/buffer_head.h> | 15 | #include <linux/buffer_head.h> |
| 16 | #include <linux/capability.h> | 16 | #include <linux/capability.h> |
| 17 | #include <linux/bitops.h> | 17 | #include <linux/bitops.h> |
| 18 | #include <linux/bio.h> | ||
| 18 | #include <asm/byteorder.h> | 19 | #include <asm/byteorder.h> |
| 19 | 20 | ||
| 20 | #include "ufs_fs.h" | 21 | #include "ufs_fs.h" |
