From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [RFC PATCH] shrink_dcache_parent() deadlock Date: Tue, 10 Jan 2012 01:34:34 +0000 Message-ID: <20120110013434.GA23916@ZenIV.linux.org.uk> References: <87ipkl87m9.fsf@tucsk.pomaz.szeredi.hu> <20120109171639.GA9359@infradead.org> <20120109173010.GX23916@ZenIV.linux.org.uk> <20120109205907.GE4198@dastard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dave Chinner , Christoph Hellwig , Miklos Szeredi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mgorman@suse.de, gregkh@suse.de, akpm@linux-foundation.org To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jan 09, 2012 at 01:21:43PM -0800, Linus Torvalds wrote: > So I'll happily add my signed-off on that code if Al wants to take > that edited patch into his tree. Or just commit it directly. It's there. The usual place, i.e. git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (4): isofs: inode leak on mount failure ext4: fix failure exits ceph: d_alloc_root() may fail vfs: new helper - d_make_root() Dave Chinner (1): dcache: use a dispose list in select_parent Diffstat: fs/ceph/super.c | 15 ++++++-- fs/dcache.c | 80 +++++++++++++++++++++++------------------------- fs/ext4/super.c | 13 +++++--- fs/isofs/inode.c | 7 +++- include/linux/dcache.h | 1 + 5 files changed, 63 insertions(+), 53 deletions(-)