From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 1/2] scsi: Add lockdep annotations to SAS sysfs attributes. Date: Sun, 11 Apr 2010 07:35:12 -0500 Message-ID: <1270989312.2806.644.camel@mulgrave.site> References: <20100410.214017.165974351.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100410.214017.165974351.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org To: David Miller Cc: ebiederm@xmission.com, gregkh@suse.de, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Sat, 2010-04-10 at 21:40 -0700, David Miller wrote: > They are allocated dynamically, and thus need sysfs_attr_init() > treatment. This should all be taken care of by commit ebd09ec93c90c8ec571d7e166832fb1fc705bf5e Author: James Bottomley Date: Sat Mar 20 12:44:12 2010 -0500 [SCSI] attirbute_container: Initialize sysfs attributes with sysfs_attr_init I can't check the FC class, but I have checked the SAS one, and I don't see any more lockdep warn ons ... unless there's one I'm not seeing because of the options I've compiled with? James