Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp678350imu; Thu, 13 Dec 2018 02:33:43 -0800 (PST) X-Google-Smtp-Source: AFSGD/XXjy4T7wjDnTD6tsNwNap4eIe6yiRTHymU2W4EIiZBrqYY1ll5acsKCTyPLNadQk93Patv X-Received: by 2002:a17:902:d83:: with SMTP id 3mr22544503plv.43.1544697223060; Thu, 13 Dec 2018 02:33:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544697223; cv=none; d=google.com; s=arc-20160816; b=VZMSr8Mu3n2qcb0GCaP1GteUam50z5qmflo75bN3soK+9XAaUks9zfJJGRjmWvTm2j b3sL+Ws3tDB8HgCbM2R+hVX2jcagXeYT1HfIUTzKAiPeaNNue6GGGrRQqfDpoJry37Ns EDY/Ib/gpRJvN+jES8aw7zvxAsrc/h/h+8ePTTti+pHVYl9NrPZTV7uWhvQBccRi71Y0 yea15kXQUf5mvIP2z+M8OHVGBI58rMYFGIe7msh+QFl2ceoQ9GQqCvN3sOpnJ1sA6J8s RxLVyXVLSqdOPhrsKlDm7yKaxD4IQ4MWc9oa8JjNtmdcYFWR+izE8ml5N6zIZlN5cK0Y b13w== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=a06hL0GJcwotawQlFBl/cV3rj+2aQKUrgJxCnASMSHw=; b=EN6hWvxEau1FeTQS6uCluFzan2izmZomS1oW75V+QRkAVG+CKEfPVlwN+Vtetg0PHM kx6VjAenzRD7K0y2/78QMGCf39b6Z1Yy6/AGeJvo7/eGg4lJBLucnbS+KNBfUwuxSwoC jVoksjWpsNf/6PtJrJmA5nh0IjZNpTmWtFioLROmJI8wK1c+YsAxPuRCIagtzM2UNur2 uKa9hAFE9L3WdIpm0PEkJ5KGq8+h52hwJM/07k/qNC3QzCpZYDo/9JbATJLS+ucCpNW6 IYYY139FOq31kWbfmA6uWL0VcKkAcUpWDchZzOy22M1+keMCKqzR9OOoTJygs3UoL4d3 bSxg== 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 a1si1257646pgk.495.2018.12.13.02.33.28; Thu, 13 Dec 2018 02:33:43 -0800 (PST) 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 S1728368AbeLMKcM (ORCPT + 99 others); Thu, 13 Dec 2018 05:32:12 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:52961 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728334AbeLMKcM (ORCPT ); Thu, 13 Dec 2018 05:32:12 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 0968EB268FD87; Thu, 13 Dec 2018 18:32:08 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.408.0; Thu, 13 Dec 2018 18:32:03 +0800 Subject: Re: [PATCH] f2fs: remove redundant comment of unused wio_mutex To: Yunlong Song , , , CC: , , , , , References: <1544694191-131872-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: Date: Thu, 13 Dec 2018 18:32:01 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1544694191-131872-1-git-send-email-yunlong.song@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] 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/12/13 17:43, Yunlong Song wrote: > Commit 089842de ("f2fs: remove codes of unused wio_mutex") removes codes > of unused wio_mutex, but missing the comment, so delete it. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu Thanks,