From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932790AbaE2Qx6 (ORCPT ); Thu, 29 May 2014 12:53:58 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:57853 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757474AbaE2Qxz (ORCPT ); Thu, 29 May 2014 12:53:55 -0400 Date: Thu, 29 May 2014 17:53:51 +0100 From: Al Viro To: Linus Torvalds Cc: Mika Westerberg , Linux Kernel Mailing List , Miklos Szeredi , linux-fsdevel Subject: Re: fs/dcache.c - BUG: soft lockup - CPU#5 stuck for 22s! [systemd-udevd:1667] Message-ID: <20140529165351.GM18016@ZenIV.linux.org.uk> References: <20140529031149.GE18016@ZenIV.linux.org.uk> <20140529035233.GF18016@ZenIV.linux.org.uk> <20140529053444.GI18016@ZenIV.linux.org.uk> <20140529105107.GB1938@lahna.fi.intel.com> <20140529110439.GA2006@lahna.fi.intel.com> <20140529133036.GJ18016@ZenIV.linux.org.uk> <20140529154454.GK18016@ZenIV.linux.org.uk> <20140529162307.GL18016@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 29, 2014 at 09:29:42AM -0700, Linus Torvalds wrote: > On Thu, May 29, 2014 at 9:23 AM, Al Viro wrote: > > > > BTW, lock_parent() might be better off if in contended case it would not > > bother with rename_lock and did something like this: > > again: > > Ack. I think that's much better. Pushed to #for-linus (with dumb braino fixed - it's if (parent != dentry), not if (parent)). I'll wait with folding it back into the commit that introduces lock_parent() until we get testing results...