From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758560Ab0EAAb5 (ORCPT ); Fri, 30 Apr 2010 20:31:57 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:36208 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758141Ab0EAAbz (ORCPT ); Fri, 30 Apr 2010 20:31:55 -0400 Date: Fri, 30 Apr 2010 17:31:53 -0700 From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org Cc: mingo@elte.hu, peterz@infradead.org, Trond.Myklebust@netapp.com Subject: [PATCH] fix RCU-lockdep splats in NFS Message-ID: <20100501003153.GA27982@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! The following pair of fixes for RCU-lockdep splats have passed testing, so are ready for inclusion. Ingo suggests the NFS tree, so here they are! Thanx, Paul ------------------------------------------------------------------------ b/fs/nfs/delegation.c | 42 ++++++++++++++++++++++++++++-------------- fs/nfs/delegation.c | 44 +++++++++++++++++++++++--------------------- 2 files changed, 51 insertions(+), 35 deletions(-)