diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-25 16:48:40 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-25 09:50:08 -0600 |
commit | 29125ed624eeb3ac2eb7bca313a8de29c1c84dcd (patch) | |
tree | 1d728350d5aef28aa3ac2a343d8768292427d066 /fs/internal.h | |
parent | 1b4d4dbdaeb7087122a39d3fb9ae32487e001b6c (diff) | |
download | linux-29125ed624eeb3ac2eb7bca313a8de29c1c84dcd.tar.gz linux-29125ed624eeb3ac2eb7bca313a8de29c1c84dcd.tar.bz2 linux-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.h | 1 |
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); |