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__18173.2551697225$1333381123$gmane$org@dabdike> References: <4F7581D4.4040301@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F7581D4.4040301@cn.fujitsu.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Ren Mingxin Cc: Jens Axboe , KVM , SCSI , "Michael S. Tsirkin" , LKML , VIRTUAL , Tejun Heo List-Id: virtualization@lists.linuxfoundation.org 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