From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 0/2] xen: cleanup sysfs management Date: Fri, 6 Feb 2015 10:43:44 +0000 Message-ID: <54D49AE0.10400@citrix.com> References: <1423168739-21250-1-git-send-email-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YJgO4-0003ue-Cy for xen-devel@lists.xenproject.org; Fri, 06 Feb 2015 10:43:48 +0000 In-Reply-To: <1423168739-21250-1-git-send-email-tiwai@suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Takashi Iwai , xen-devel@lists.xenproject.org Cc: Boris Ostrovsky , David Vrabel List-Id: xen-devel@lists.xenproject.org On 05/02/15 20:38, Takashi Iwai wrote: > Hi, > > this is a couple of patchset to clean up the sysfs entry creation / > removal in xen driver codes. They are relatively straightforward > conversion patches, where manual function calls are replaced with > static attribute groups. These look fine but they're a bit late for 3.20. David