Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3046414imm; Sun, 5 Aug 2018 19:38:48 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdiXHl+pgs2V/mAi96lpHlSrL5amUv/qxdSmqBee7gLNjZ16qdP+cak/zUoBf7FLzD6sLYL X-Received: by 2002:a63:7d7:: with SMTP id 206-v6mr12788826pgh.137.1533523128832; Sun, 05 Aug 2018 19:38:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533523128; cv=none; d=google.com; s=arc-20160816; b=KOfdvyeAepoAqhoDGf3SM0/pI//iiZBYDAtWTIFbv0c7Ai2upuqCJcKFAzNsp86rIR sKJ6nvUv0FIOe+M5dfBH0J9mmrrZDWkKoxSW3gHtRJH4bYw40qbkhf8mgYuhN9BQ9kPp G0DrARYfCdpL1j4C5fJgBvQY5RY5U+LeqRgBjgXfitMYfwnYa0fBJQDYHMZNipbvVMJi 4j120U0bhd39/p2rTodouzkBDeVslFr60xPxFMafuKzX5Y1tK1zdvU9XNBExp3KZrixN SIJrYIwciNnzoXvIKIDI/fQru0udagMhgxzSvv+iTFBt7RDBPgO6nlPSr4tjnpONalTZ 9gSA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :references:subject:cc:to:mime-version:user-agent:from:date :message-id:arc-authentication-results; bh=8ygpTKN52UtciYHXY/Z+f0dAVYCS0Bz+lGX+jB3g8oc=; b=RSuO88QOtRdrfA4vF+/dTzrmYywxhl+fhS+AH4vJa+3Gpu6iwbPP3SqDK/tW21XBTU sBDO28xs/DNTHzpf+H6KcnnNa4iFN2sNKHvwd4WqOhXkF1YEqAZhhe2Md8+P2rpOoKrt gFgs23JbtJiGDBDFxkpI8PagOHryFqdlNcn6KyZTq3CJLSCefLAXeIxvOIE71zn0UsM+ lUKvUH0XFFoGaEwlMsH100GgFWSAu33+bqIORsJCbTXeH4R/tpF6NbRAUBdBCHxXrtpb 4krDdN6L7U35RYulwQrQ4vWzK1iz0hjhYEd4nLMLFG68Y9BjDTg533L394mUgxkGVgme Icmg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x21-v6si9581994pll.24.2018.08.05.19.38.34; Sun, 05 Aug 2018 19:38:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727021AbeHFEoE (ORCPT + 99 others); Mon, 6 Aug 2018 00:44:04 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:10666 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726521AbeHFEoD (ORCPT ); Mon, 6 Aug 2018 00:44:03 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 96328170AC470; Mon, 6 Aug 2018 10:37:08 +0800 (CST) Received: from [127.0.0.1] (10.177.29.68) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.399.0; Mon, 6 Aug 2018 10:37:07 +0800 Message-ID: <5B67B454.1050604@huawei.com> Date: Mon, 6 Aug 2018 10:37:08 +0800 From: zhong jiang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Nikolay Borisov CC: , , , , Subject: Re: [PATCH 0/3] Remove uneeded variable "err" References: <1533481371-21349-1-git-send-email-zhongjiang@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.29.68] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018/8/6 3:14, Nikolay Borisov wrote: > > On 5.08.2018 18:02, zhong jiang wrote: >> zhong jiang (3): >> fs/btrfs/disk-io: Remove unneeded variable "err" >> fs/btrfs/extent-tree: remove redudant variable "err" >> fs/btrfs/tree-log: remove the unneeded variable "err" >> >> fs/btrfs/disk-io.c | 12 ++++-------- >> fs/btrfs/extent-tree.c | 6 ++---- >> fs/btrfs/tree-log.c | 5 +---- >> fs/btrfs/tree-log.h | 2 +- >> 4 files changed, 8 insertions(+), 17 deletions(-) >> > > NAK on the whole series on the basis of using a bulk commit message > which doesn't really describe the changes of each individual commit. If > you want those changes to eventually be merged resubmit the series with > individual reasoning for every commit. > > It's sorry for using a bulk commit message. I will repost with a patch because it solves the same issue. Thanks, zhong jiang