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 8BCCEEB64DD for ; Thu, 13 Jul 2023 11:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230514AbjGMLTk (ORCPT ); Thu, 13 Jul 2023 07:19:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232181AbjGMLTk (ORCPT ); Thu, 13 Jul 2023 07:19:40 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32B0F26A1 for ; Thu, 13 Jul 2023 04:19:39 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 1C7E96732D; Thu, 13 Jul 2023 13:19:36 +0200 (CEST) Date: Thu, 13 Jul 2023 13:19:35 +0200 From: Christoph Hellwig To: Shinichiro Kawasaki Cc: "linux-block@vger.kernel.org" , "linux-f2fs-devel@lists.sourceforge.net" , Christoph Hellwig , Damien Le Moal Subject: Re: [bug report] f2fs mount failure on zoned block devices Message-ID: <20230713111935.GA22470@lst.de> References: <5ncdtsl3nycvxwldjg27yhqbt3pg6sdnjlynucbt536fudq7pg@o4zhoxt224jm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ncdtsl3nycvxwldjg27yhqbt3pg6sdnjlynucbt536fudq7pg@o4zhoxt224jm> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Take a look at the "f2fs: don't reopen the main block device in f2fs_scan_devices" thread on the block list. The first version of patch still had issues, but there is an updated on deeper in the thread.