Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp3820651imm; Mon, 15 Oct 2018 04:54:05 -0700 (PDT) X-Google-Smtp-Source: ACcGV60f4Ra9n5yliGEESlRhudgCh9//LRw4K1M4mSbyVLAhhapUsv2i7U6iyv160CN25SCb9b0s X-Received: by 2002:a17:902:8c84:: with SMTP id t4-v6mr17025315plo.188.1539604445706; Mon, 15 Oct 2018 04:54:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539604445; cv=none; d=google.com; s=arc-20160816; b=U79W8j2Qthq/0GPu0ZK8s4h1Oen/nfLfcthpF2EAXYOIL+qd8N1CQ8gkyEnCojOZFv PmA67oNITP9aI8y5SwNTv+IcQ7qZxfqz1vx3Z+1vVIPfZM11Kl+UoVMY/wolLWNOYIuW +LU+i8yAEAFBwDYVIPIF0O1b8K4hsMfhP9pvlVtDlfTikZAYLTMBsv5kcWUF/Vwv46sw brrE6wB6+Ibc/O9jpfy+pMURR3icqBbhaaSje/yt/oZxP3gfYjfx8siDCqygy3LN954E x2CKVQX8wcyLeTjnGkminhUjBx5HgIGEtwA0EGnUfA5WUhGTYsxzcEF0albHytOML204 XE3A== 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=7ZQY4HY32qHdpQEjobOrz4KZoCzg6Z01HgnLZVlnBdo=; b=rFCwckIF5SQ+hYnnOX/iR/IY2HwNyw/y88z7UG4ExxALw4hpqO3fNNs7UwYGhID1DX B+E/0URKtOz9gGGhqAzLz7OsdWkdV7UJ/rZN0pdkU0A6kv84Dp4i//Kone+V3J5RJHRH K/hJGVHeUb6MJHoUor5JSwr8BfIFJi7qfaAywCsfj+tj9eqPDuetqd0qhzPSm2MZLIlB HpW7UfeKTYXeTMj8P/AXtq6yfeqE2DpPjmf0qoF5gVOUy+Ijn3H4pj4o0kWey+wvlK0W 02UHBhhyFZkx8kYZBdDtBOtKCvniGzCAtwiwiZAs393syfxlyCUQZr2uZA7CJh9mCVID NbaQ== 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 s6-v6si11383843pgc.133.2018.10.15.04.53.50; Mon, 15 Oct 2018 04:54:05 -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 S1726660AbeJOThx (ORCPT + 99 others); Mon, 15 Oct 2018 15:37:53 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:13654 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726525AbeJOThx (ORCPT ); Mon, 15 Oct 2018 15:37:53 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 2561FC4528258; Mon, 15 Oct 2018 19:52:53 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.399.0; Mon, 15 Oct 2018 19:52:49 +0800 Subject: Re: [PATCH 1/2] f2fs: do not update REQ_TIME in case of error conditions To: Sahitya Tummala , Jaegeuk Kim , CC: References: <1538716660-31572-1-git-send-email-stummala@codeaurora.org> From: Chao Yu Message-ID: Date: Mon, 15 Oct 2018 19:52:49 +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: <1538716660-31572-1-git-send-email-stummala@codeaurora.org> 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/10/5 13:17, Sahitya Tummala wrote: > The REQ_TIME should be updated only in case of success cases > as followed at all other places in the file system. > > Signed-off-by: Sahitya Tummala Reviewed-by: Chao Yu Thanks,