aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-20 09:16:41 +0200
committerJens Axboe <axboe@kernel.dk>2020-06-24 09:16:02 -0600
commit3f1266f1f82d7b8c72472a8921e80aa3e611fb62 (patch)
tree93e2039e02c3a6e90a4617b590a9ae62ba6205c3 /fs/affs
parentblock: simplify sb_is_blkdev_sb (diff)
downloadlinux-dev-3f1266f1f82d7b8c72472a8921e80aa3e611fb62.tar.xz
linux-dev-3f1266f1f82d7b8c72472a8921e80aa3e611fb62.zip
block: move block-related definitions out of fs.h
Move most of the block related definition out of fs.h into more suitable headers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/affs')
-rw-r--r--fs/affs/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/affs/file.c b/fs/affs/file.c
index a85817f54483..a26a0f96c119 100644
--- a/fs/affs/file.c
+++ b/fs/affs/file.c
@@ -14,6 +14,7 @@
*/
#include <linux/uio.h>
+#include <linux/blkdev.h>
#include "affs.h"
static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext);