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 19806C7EE29 for ; Wed, 7 Jun 2023 06:39:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236092AbjFGGjT (ORCPT ); Wed, 7 Jun 2023 02:39:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235185AbjFGGjQ (ORCPT ); Wed, 7 Jun 2023 02:39:16 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD38A1BCE for ; Tue, 6 Jun 2023 23:39:04 -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=q4VI43v4bPiiSFPvsjMFwRjcBR3mUTBU/3Ovslzio8U=; b=vOixDa33R/rpHelsCpRcylZFzq AcFQtHt0hgbSobIy09SvLFyvrmRWXkRb8kxOoMva/vKl+m7yRIoBjsUfZDLzeb99kwxwXIiQl8eqz gBMzocWTEtaZA+tZGt+yj1dRLg9LZ3tblQrej/IREVHtN86CHuBPJV4pw7uyGP8eoqaDKvU+j47W5 bGcSQsutHgLMvrVyG3RrjA9HVn1kSkbDAGOwGd4RKLAcGjOGWZmSOt0TDMKdHv7uQ2xP8bQw5UOYX 8Tn/4yhnixGbgcV2SSAcQg+JOWhlVAJuMJKTgNovcz/yRFzPQcK8opDg8P/v/c3zc2ENFH3A4VlsT 4zfJaPCg==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q6moy-004ams-1Q; Wed, 07 Jun 2023 06:39:04 +0000 Date: Tue, 6 Jun 2023 23:39:04 -0700 From: Christoph Hellwig To: cem@kernel.org Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH V2] xfs: Comment out unreachable code within xchk_fscounters() Message-ID: References: <20230606151122.853315-1-cem@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230606151122.853315-1-cem@kernel.org> 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-xfs@vger.kernel.org On Tue, Jun 06, 2023 at 05:11:22PM +0200, cem@kernel.org wrote: > From: Carlos Maiolino > > Comment the code out so kernel test robot stop complaining about it > every single test build. Err, what? #if 0ing commit coe is a complete no-go. If this code is dead it should be removed.