aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-25 16:48:40 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-25 09:50:08 -0600
commit29125ed624eeb3ac2eb7bca313a8de29c1c84dcd (patch)
tree1d728350d5aef28aa3ac2a343d8768292427d066 /fs/internal.h
parentblock: unexport get_gendisk (diff)
downloadlinux-dev-29125ed624eeb3ac2eb7bca313a8de29c1c84dcd.tar.xz
linux-dev-29125ed624eeb3ac2eb7bca313a8de29c1c84dcd.zip
block: move guard_bio_eod to bio.c
This is bio layer functionality and not related to buffer heads. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h
index f3f280b952a3..4d37912a5587 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -38,7 +38,6 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait)
/*
* buffer.c
*/
-extern void guard_bio_eod(struct bio *bio);
extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
get_block_t *get_block, struct iomap *iomap);