From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 0/4] block: move sd_format_disk_name() into block core as disk_name_format() Date: Fri, 30 Mar 2012 10:56:15 +0100 Message-ID: <1333101375.2833.34.camel@dabdike> References: <4F7581D4.4040301@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Jens Axboe , "Michael S. Tsirkin" , Rusty Russell , Tejun Heo , LKML , SCSI , KVM , VIRTUAL To: Ren Mingxin Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:47004 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755181Ab2C3J4U (ORCPT ); Fri, 30 Mar 2012 05:56:20 -0400 In-Reply-To: <4F7581D4.4040301@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2012-03-30 at 17:50 +0800, Ren Mingxin wrote: > > This patch series renames "sd_format_disk_name()" to > "disk_name_format()" and moves it into block core. So > that who needs formatting disk name can use it, instead > of duplicating these similar help functions. > > Ren Mingxin (4): > block: add function disk_name_format() into block core > scsi: replace sd_format_disk_name() to disk_name_format() These two should be a single patch so it makes it obvious to anyone looking through the change sets that the code is merely being moved. Other than that, everything looks fine to me. James