Commit 1e3914d4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

block, fs: move submit_bio to bio.h

This is where all the other bio operations live, so users must include
bio.h anyway.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent d3849953
...@@ -404,6 +404,8 @@ static inline struct bio *bio_clone_kmalloc(struct bio *bio, gfp_t gfp_mask) ...@@ -404,6 +404,8 @@ static inline struct bio *bio_clone_kmalloc(struct bio *bio, gfp_t gfp_mask)
} }
extern blk_qc_t submit_bio(struct bio *);
extern void bio_endio(struct bio *); extern void bio_endio(struct bio *);
static inline void bio_io_error(struct bio *bio) static inline void bio_io_error(struct bio *bio)
......
...@@ -2717,7 +2717,6 @@ static inline void remove_inode_hash(struct inode *inode) ...@@ -2717,7 +2717,6 @@ static inline void remove_inode_hash(struct inode *inode)
extern void inode_sb_list_add(struct inode *inode); extern void inode_sb_list_add(struct inode *inode);
#ifdef CONFIG_BLOCK #ifdef CONFIG_BLOCK
extern blk_qc_t submit_bio(struct bio *);
extern int bdev_read_only(struct block_device *); extern int bdev_read_only(struct block_device *);
#endif #endif
extern int set_blocksize(struct block_device *, int); extern int set_blocksize(struct block_device *, int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment