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 245BAC7EE23 for ; Mon, 5 Jun 2023 07:08:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230091AbjFEHIQ (ORCPT ); Mon, 5 Jun 2023 03:08:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230124AbjFEHIO (ORCPT ); Mon, 5 Jun 2023 03:08:14 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B472BE49 for ; Mon, 5 Jun 2023 00:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4Q/YWrd+ckXFlPQHCbrIRYLeYphNwaio+X0uwykqNIQ=; b=U9JNvEOoVgvA/m38DMMFg0+H5n 9/i00RR4DqG5RUvWJSWnL+rjAl0S63ZFXeZGEwmPRIUfCuqaQy39tZRfKx2atwiCORj3QeBv+bxIJ WHG9s4OD2QDpBCehz/8uUlqL9dq2zpSsUB/EG5gddx0+dX7vJUjq/MnAM6t/QjY7pvclhNJ/fNfhn MAIHLitOh7sbPya/tQh4ZqYlegjWc09Fyvopk0E16xHphOqvM7DvO0wAiYCFGtt3OOg7aTZrtD9Dw aYjrJRVExhTjnJplNRUbocu2rLksyCkNVdV0yOyALxSzacGwJZ1svsKruJULj8tKiQblts97oB28w 2q1oAMSQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q64IM-00EUgN-0x; Mon, 05 Jun 2023 07:06:26 +0000 Date: Mon, 5 Jun 2023 00:06:26 -0700 From: Christoph Hellwig To: Qu Wenruo Cc: linux-btrfs@vger.kernel.org, David Sterba Subject: Re: [PATCH] btrfs: fix a crash in metadata repair path Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, Jun 02, 2023 at 03:15:39PM +0800, Qu Wenruo wrote: > Hi David, > > I still don't see this fix merged for misc-next, any update on this? FYI, while I prefer the explicit version, this one definitively fixes the bug, so: Reviewed-by: Christoph Hellwig