From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound-mail-148.bluehost.com (outbound-mail-148.bluehost.com [67.222.38.38]) by ozlabs.org (Postfix) with SMTP id E548CDDE22 for ; Fri, 30 May 2008 14:02:26 +1000 (EST) From: Jesse Barnes To: Benjamin Herrenschmidt Subject: Re: [PATCH] [POWERPC] Fix rpadlpar pci hotplug driver sysfs usage Date: Thu, 29 May 2008 21:02:17 -0700 References: <20080530034134.E2D81DDEE1@ozlabs.org> In-Reply-To: <20080530034134.E2D81DDEE1@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200805292102.17387.jbarnes@virtuousgeek.org> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday, May 29, 2008 8:39 pm Benjamin Herrenschmidt wrote: > When Greg "fixed" the sysfs usage of that driver a while back, he seem > to have introduced a bug where the quotes are added around the name of > our specific sysfs files, thus breaking the user space tool. > > This fixes it. Tested DLPAR operations on a POWER6 machine successfully. Do you think this is important enough for 2.6.26? Thanks, Jesse