Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754180AbbERRXG (ORCPT ); Mon, 18 May 2015 13:23:06 -0400 Received: from verein.lst.de ([213.95.11.211]:42391 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752601AbbERRXC (ORCPT ); Mon, 18 May 2015 13:23:02 -0400 Date: Mon, 18 May 2015 19:22:59 +0200 From: Christoph Hellwig To: Jeff Moyer Cc: Ming Lin , linux-kernel@vger.kernel.org, Christoph Hellwig , Jens Axboe , Kent Overstreet , Dongsu Park , Christoph Hellwig , Al Viro , Ming Lei , Neil Brown , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Lars Ellenberg , drbd-user@lists.linbit.com, Jiri Kosina , Geoff Levand , Jim Paris , Joshua Morris , Philip Kelleher , Minchan Kim , Nitin Gupta , Oleg Drokin , Andreas Dilger Subject: Re: [PATCH v3 01/11] block: make generic_make_request handle arbitrarily sized bios Message-ID: <20150518172259.GA8116@lst.de> References: <1430980461-5235-1-git-send-email-mlin@kernel.org> <1430980461-5235-2-git-send-email-mlin@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 887 Lines: 24 On Mon, May 18, 2015 at 12:52:03PM -0400, Jeff Moyer wrote: > > + return bio_split(bio, split_sectors, GFP_NOIO, bs); > > Much of this function is cut-n-paste from blk-lib.c. Is there any way > to factor it out? The code in blk-lib.c can go away now that any driver that cares does the split. > > +static struct bio *blk_bio_segment_split(struct request_queue *q, > > + struct bio *bio, > > + struct bio_set *bs) > > +{ > > Funny name for a function that also merges segments. ;-) I admit I am > at a loss for coming up with a better name that won't overflow 80 > columns. I'd keep the name and add a funny comment instead. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/