block: remove bio_clone() and all references.
bio_clone() is no longer used. Only bio_clone_bioset() or bio_clone_fast(). This is for the best, as bio_clone() used fs_bio_set, and filesystems are unlikely to want to use bio_clone(). So remove bio_clone() and all references. This includes a fix to some incorrect documentation. Reviewed-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Ming Lei <ming.lei@redhat.com> Signed-off-by:
NeilBrown <neilb@suse.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- Documentation/block/biodoc.txt 1 addition, 1 deletionDocumentation/block/biodoc.txt
- block/bio.c 1 addition, 1 deletionblock/bio.c
- block/blk-merge.c 3 additions, 3 deletionsblock/blk-merge.c
- drivers/md/md.c 1 addition, 1 deletiondrivers/md/md.c
- include/linux/bio.h 0 additions, 5 deletionsinclude/linux/bio.h
Loading
Please register or sign in to comment