Return-Path: linux-nfs-owner@vger.kernel.org Received: from discipline.rit.edu ([129.21.6.207]:19640 "HELO discipline.rit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752234AbbBXVTW (ORCPT ); Tue, 24 Feb 2015 16:19:22 -0500 From: Andrew W Elble To: Anthony Messina Cc: Benjamin Coddington , linux-nfs@vger.kernel.org Subject: Re: soft lockup in the laundromat References: <2527473.XPWgOc24eg@linux-ws1.messinet.com> <1524803.SbAy9NQUHI@ws1.m.messinet.com> Date: Tue, 24 Feb 2015 16:12:40 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-nfs-owner@vger.kernel.org List-ID: We're running into something very similar. fs/nfsd/nfs4state.c: 1631 static void 1632 __destroy_client(struct nfs4_client *clp) 1633 { 1652 while (!list_empty(&clp->cl_revoked)) { 1653 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru); 1654 list_del_init(&dp->dl_recall_lru); 1655 nfs4_put_stid(&dp->dl_stid); 1656 } shouldn't that be: 1653 dp = list_entry(clp->cl_revoked.next, struct nfs4_delegation, dl_recall_lru); see commit 2d4a532d385f635ab8243b88db3136bb52a0bc29 ? Thanks, Andy -- Andrew W. Elble aweits@discipline.rit.edu Infrastructure Engineer, Communications Technical Lead Rochester Institute of Technology PGP: BFAD 8461 4CCF DC95 DA2C B0EB 965B 082E 863E C912