From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] hotplug: allow hardlinked files for block device images Date: Mon, 17 Jan 2011 16:58:53 +0100 Message-ID: <4D34673D.8000802@redhat.com> References: <20101126135555.GA27483@aepfle.de> <4D3464B3.4050200@redhat.com> <20110117155712.GA14939@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110117155712.GA14939@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering Cc: xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 01/17/2011 04:57 PM, Olaf Hering wrote: > I'm sure there are pathnames which break the regex in some way. > Adding an escape for '@' could be added, for example. > > How well can the rest of Xen cope with odd filenames? In other words, > does it even get there if the configured pathnames have odd chars in it? @ is definitely not so odd... Paolo