From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964825AbbC0OK1 (ORCPT ); Fri, 27 Mar 2015 10:10:27 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:20179 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932121AbbC0OK0 convert rfc822-to-8bit (ORCPT ); Fri, 27 Mar 2015 10:10:26 -0400 Date: Fri, 27 Mar 2015 10:09:42 -0400 From: Konrad Rzeszutek Wilk To: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: Tao Chen , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, wu.wubin@huawei.com, rudy.zhangmin@huawei.com Subject: Re: [PATCH v2] xen-blkback: enlarge the array size of blkback name Message-ID: <20150327140942.GE22791@l.oracle.com> References: <1427462154-71429-1-git-send-email-boby.chen@huawei.com> <55151A61.5010806@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <55151A61.5010806@citrix.com> User-Agent: Mutt/1.5.23 (2014-03-12) Content-Transfer-Encoding: 8BIT X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 27, 2015 at 09:52:49AM +0100, Roger Pau Monné wrote: > El 27/03/15 a les 14.15, Tao Chen ha escrit: > > The blkback name is like blkback.domid.xvd[a-z], if domid has four digits > > (means larger than 1000), then the backmost xvd wouldn't be fully shown. > > > > Define a BLKBACK_NAME_LEN macro to be 20, enlarge the array size of > > blkback name, so it will be fully shown in any case. > > > > Signed-off-by: Tao Chen > > Acked-by: Roger Pau Monné > OK, applied.