From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Jens Axboe Cc: linux-block@vger.kernel.org, Boaz Harrosh , linux-bcache@vger.kernel.org, dm-devel@redhat.com, Ming Lei List-Id: linux-bcache@vger.kernel.org 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.