From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/6] tagged sysfs support Date: Wed, 31 Mar 2010 15:25:09 +0900 Message-ID: <4BB2EAC5.30900@kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Eric W. Biederman" , Greg Kroah-Hartman , Greg KH , linux-kernel@vger.kernel.org, Cornelia Huck , linux-fsdevel@vger.kernel.org, Eric Dumazet , Benjamin LaHaise , Serge Hallyn , netdev@vger.kernel.org To: Kay Sievers Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 03/31/2010 02:51 PM, Kay Sievers wrote: > Another problem to solve is that sysfs does not allow us to symlink > regular files, only directories, so we can currently not create the > class-wide attributes as symlinks to the proper file in > /sys/subsystem/. Making sysfs allow symlinks to attributes shouldn't be too hard if it's gonna help make things more logical overall. Thanks. -- tejun