From owner-freebsd-fs@FreeBSD.ORG Wed Sep 24 15:37:28 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A510089B for ; Wed, 24 Sep 2014 15:37:28 +0000 (UTC) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 40944E30 for ; Wed, 24 Sep 2014 15:37:27 +0000 (UTC) Received: (qmail 23631 invoked from network); 24 Sep 2014 15:30:46 -0000 Received: from 87.58.146.155 (HELO x2.osted.lan) (87.58.146.155) by relay03.pair.com with SMTP; 24 Sep 2014 15:30:46 -0000 X-pair-Authenticated: 87.58.146.155 Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.5/8.14.5) with ESMTP id s8OFUjJ6015924; Wed, 24 Sep 2014 17:30:46 +0200 (CEST) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.5/8.14.5/Submit) id s8OFUjFS015920; Wed, 24 Sep 2014 17:30:45 +0200 (CEST) (envelope-from pho) Date: Wed, 24 Sep 2014 17:30:45 +0200 From: Peter Holm To: Konstantin Belousov Subject: Re: Deadlock with umount -f involving tmpfs on top of ZFS on r271170 Message-ID: <20140924153045.GA15685@x2.osted.lan> References: <5420D5FC.4030600@FreeBSD.org> <20140923131244.GC8870@kib.kiev.ua> <5422240F.4080003@FreeBSD.org> <20140924102758.GH8870@kib.kiev.ua> <20140924132605.GA11772@x2.osted.lan> <20140924134725.GI8870@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140924134725.GI8870@kib.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD FS X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 15:37:28 -0000 On Wed, Sep 24, 2014 at 04:47:25PM +0300, Konstantin Belousov wrote: > On Wed, Sep 24, 2014 at 03:26:05PM +0200, Peter Holm wrote: > > The patch is an improvement, but: > > > > http://people.freebsd.org/~pho/stress/log/kostik718.txt > > Does you load included both rename and link, or only one of those > syscalls ? I see a bug in the rename part of the patch, below is > the update. > Both. I have split the tests in two now. Uptime is by now one hour. I'll let that run for a few hours more, before switching to random tests. I did get this page fault once: http://people.freebsd.org/~pho/stress/log/kostik719.txt but I guess it's unrelated? I have recompiled uma_core.c and vm_pageout with "-O0" in case it shows up again. - Peter