From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755438Ab0BJCNP (ORCPT ); Tue, 9 Feb 2010 21:13:15 -0500 Received: from hera.kernel.org ([140.211.167.34]:35292 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755122Ab0BJCNN (ORCPT ); Tue, 9 Feb 2010 21:13:13 -0500 Message-ID: <4B7217CF.2080702@kernel.org> Date: Wed, 10 Feb 2010 11:19:59 +0900 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 MIME-Version: 1.0 To: =?UTF-8?B?QW3DqXJpY28gV2FuZw==?= CC: Neil Brown , "Eric W ." , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] sysfs: differentiate between locking links and non-links References: <19314.1869.847327.15190@notabene.brown> <2375c9f91002091808n713275dsc9ace8f51871364e@mail.gmail.com> In-Reply-To: <2375c9f91002091808n713275dsc9ace8f51871364e@mail.gmail.com> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Wed, 10 Feb 2010 02:13:08 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On 02/10/2010 11:08 AM, Américo Wang wrote: > This bug report is new for me. Recently we received lots of sysfs lockdep > warnings, I am working on a patch to fix all the bogus ones. > > However, this one is _not_ similar to the other cases, as you decribed. > This patch could fix the problem, but not a good fix, IMO. We need more > work in sysfs layer to fix this kind of things. I will take care of this. Can't we just give each s_active lock a separate class? Would that be too costly? Thanks. -- tejun