From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Christoph Hellwig To: Jens Axboe Cc: Ming Lei , Boaz Harrosh , linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, dm-devel@redhat.com Subject: [RFC] kill bio_clone_kmalloc and bio_clone_bioset Date: Tue, 19 Jun 2018 06:52:10 +0200 Message-Id: <20180619045216.21130-1-hch@lst.de> List-ID: Hi all, this series removes all but one users of the traditional deep bio clone, and then moves bio_clone_bioset to its only caller so that we get rid of the deep bio cloning in the block layer API. Patch 1 is already in the device mapper queue for 4.18, so we should wait for that to go in before the series is applied. The series is inteded as preparation work for the multi-page biovecs so that it doesn't have to deal with the difference between single page or larger bio vecs for cloning.