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 9E710C61DA4 for ; Thu, 9 Mar 2023 09:14:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230243AbjCIJOH (ORCPT ); Thu, 9 Mar 2023 04:14:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230015AbjCIJOE (ORCPT ); Thu, 9 Mar 2023 04:14:04 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C31A1259C for ; Thu, 9 Mar 2023 01:14:03 -0800 (PST) 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=l8LVn1jVK3zsgAZV2Unj+xgHolvB3KzrxiVBrZiebWw=; b=wuSPAy1VIXVxZN5jk2L95UVCkD g1ohHtRLOYNOAWHfUREMqrRPCdmLWP0EPtsYA0LCSGb3FC1fdUg6qILqIvJ63mz4AXOin9LK8zPSY h0fg1rynu9yxoHj8jVJE+zKHigGWh2ptYnZcb19A5KkBdHmLeD+pFw4/MMdi3CeBXm9F0i/Z93h6O r7//dDfj8fqRh/f2/xF8tWWqABAFnaIAGRSHK4FbT7uMJGVz+8/g+NUv7N/09uTIJB6ZqA7t9vV06 i7RhaN87IcGkzuSdQ2Fa0Z6AQAB0Xwf6YTVO2tdOZ67BI2cc4rXHpsQJfB8iQIgI1XJFObHoK2Qvc i7h/PIOQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1paCLb-008jcl-2p; Thu, 09 Mar 2023 09:14:03 +0000 Date: Thu, 9 Mar 2023 01:14:03 -0800 From: Christoph Hellwig To: Goldwyn Rodrigues Cc: Christoph Hellwig , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 20/21] btrfs: Add inode->i_count instead of calling ihold() Message-ID: References: <20230308230357.nk2nqojk5te5eb7d@kora> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308230357.nk2nqojk5te5eb7d@kora> 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 Wed, Mar 08, 2023 at 05:03:57PM -0600, Goldwyn Rodrigues wrote: > Without this patch, performing a writeback with async writeback > (mount option compress) will trigger this warning. What is the trace in the warning?