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: Received: from hera.kernel.org ([140.211.167.34]:45421 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756156Ab0CaGWI (ORCPT ); Wed, 31 Mar 2010 02:22:08 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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