From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7387CEB64DD for ; Fri, 11 Aug 2023 05:29:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232628AbjHKF3e (ORCPT ); Fri, 11 Aug 2023 01:29:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbjHKF3c (ORCPT ); Fri, 11 Aug 2023 01:29:32 -0400 Received: from out-89.mta0.migadu.com (out-89.mta0.migadu.com [IPv6:2001:41d0:1004:224b::59]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24A522D44 for ; Thu, 10 Aug 2023 22:29:30 -0700 (PDT) Date: Fri, 11 Aug 2023 01:29:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1691731768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WUltBQir8Hs3eTpQn6eiWA0svoGidtlz0BvlqfE0u+U=; b=rm0llfruHXietWWFbBcDsM4vllKCXbkV0PpRUeP6xIwmzgutuiyc07k3X97z9sV69/YCJU IBkG1UzRMm+nTkE2Qzsi+eOB9hssHb6AoD+0HZQuLhbR5HkfdnSImhN4oMK3hX1rEB6wGH DG6UIroDDeib/udnTYNeIWs6zdfsjGk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Linus Torvalds Cc: "Darrick J. Wong" , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-bcachefs@vger.kernel.org, dchinner@redhat.com, sandeen@redhat.com, willy@infradead.org, josef@toxicpanda.com, tytso@mit.edu, bfoster@redhat.com, jack@suse.cz, andreas.gruenbacher@gmail.com, brauner@kernel.org, peterz@infradead.org, akpm@linux-foundation.org, dhowells@redhat.com, snitzer@kernel.org, axboe@kernel.dk Subject: Re: [GIT PULL] bcachefs Message-ID: <20230811052922.h74x6m5xinil6kxa@moria.home.lan> References: <20230626214656.hcp4puionmtoloat@moria.home.lan> <20230706155602.mnhsylo3pnief2of@moria.home.lan> <20230712025459.dbzcjtkb4zem4pdn@moria.home.lan> <20230810155453.6xz2k7f632jypqyz@moria.home.lan> <20230810223942.GG11336@frogsfrogsfrogs> <20230811040310.c3q6nml6ukwtw3j5@moria.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 10, 2023 at 10:20:22PM -0700, Linus Torvalds wrote: > If it's purely "umount doesnt' succeed because the filesystem is still > busy with cleanups", then things are much better. That's exactly it. We have various tests that kill -9 fio and then umount, and umount spuriously fails.