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 0D55EC433EF for ; Wed, 4 May 2022 14:06:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345924AbiEDOKG (ORCPT ); Wed, 4 May 2022 10:10:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351112AbiEDOKE (ORCPT ); Wed, 4 May 2022 10:10:04 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95603419B3 for ; Wed, 4 May 2022 07:06:24 -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=8yycturX+ezYpYXgrtCCEHlbk0WNglLG7ovQulESDNM=; b=n8Yn8Z/Fpzyg37dh4VZyl+2BdC w5cY2JTuxZN2CpvAVlJaBCn4TyKhZD8RsScvJ7Xrhv4xsNc1EqBHX6sHVuuRdYwkxzuEApyU9CuRW csqZHRmBUfVNQRcZPDhoggRckM0QKQwOp09zdKnQfCXQqHfwGywvBII4TQr87Y0DRKGsF4j4L1314 8bi+IDSE7MgoLuqzREmKQZoqwjlBOo4co/7tAcHR6Xz/5LCJt2CK/RbqToY+jJvGVltxiRKdIhISt EMGxnoAHELJ1bBsO3mxnMuYxvAzYZBh9qNvdQX5108k034Wh0mTTX8+HXVvwTqZz2f79+/+bJq9qy Q1psyw9g==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmFe0-00BDU5-TS; Wed, 04 May 2022 14:06:20 +0000 Date: Wed, 4 May 2022 07:06:20 -0700 From: Christoph Hellwig To: Qu Wenruo Cc: Christoph Hellwig , Qu Wenruo , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 06/13] btrfs: add a helper to queue a corrupted sector for read repair Message-ID: References: <2cfd9d2766824ddce727b06068de24d7a4be9637.1651559986.git.wqu@suse.com> <22700bdb-7606-a00a-5075-574966737793@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22700bdb-7606-a00a-5075-574966737793@gmx.com> 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, May 04, 2022 at 09:13:43AM +0800, Qu Wenruo wrote: > > > On 2022/5/3 23:07, Christoph Hellwig wrote: > > This adds an ununused static function and thus doesn't even compile. > > It's just a warning and can pass the compile. > > Or we have to have a patch with over 400 lines. The latter is the only thing that makes sense. Patches that are not self contained also can't be reviewed self contained. A larger patch is much better than a random split.