Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp1289304ima; Wed, 24 Oct 2018 18:37:58 -0700 (PDT) X-Google-Smtp-Source: AJdET5eXRXfKgVkiIPtEx3IHpB+XioDzKXsVv2gg+6BkQC9Fy+8AOkLDsMtHilIOxexMbPo1wwbX X-Received: by 2002:a63:e141:: with SMTP id h1-v6mr4726743pgk.47.1540431478464; Wed, 24 Oct 2018 18:37:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540431478; cv=none; d=google.com; s=arc-20160816; b=dk9KRDYMmGFq4pbcrASxjuCoxSAVvw15phQw0Wn/0WFyhJqpOXSRW6O80wAPOwq7RJ uAzevu3ByW81hG6xurX6RfBTTSqfgbExdUi6V99wEZatnPCpAgdXDO9XCLJG2+BKZswG vigDYwFIFPt5TU8QQFjnLExG/6Iwtz6mFmZI5ASqRs/P9DxLhVW9NvQgvMB1QklgJSG0 69zC328q99Kn6I3GEf3wCq5E2sS6AzBAliwjobkn5MWvVW5rsAikIh2NdUE7zF04UQ40 fhSKctDL0Zgux7a/tjVYY4f/UC9mlLM4mRMpJmT3ULKBBLJ+9tUfow29P0y4k/0QL3OL z6zQ== 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=9+8MonFj/U6PMQmd1F0Q1kuHIVHdZgP/VZrC4QZzp1U=; b=LjWhVfDHUHU9PQYUVwXca8DW/HhqSR8Kn6sk8x34PjX446Uo3BqQRJqu6YV1CJbxQA 56w7NW84V3kL3xLUjE1Ez4fWhfkv5WnemmFj7CiGrhALmUYGoby1RdxG6mLjLnCOmvsZ 8t77DZqf00cPpsLwOk9ZGbMNoppiex03eW+llh0qGB26vAuNhFECvvwCxQXB78+dygcO f3/J01jHsnf5bdQt88PUAwqLpAj/GHtZgs9MPKc1QEM+D1+aLE5AhyPjXUHk0LdiI4iJ f3vv9/XRfq0pF1ZtgP8l0hYMZoLqNS5FJOXL5G6wwKYLIz3ZSuDjJSTroIynqyt5JXVp EQBQ== 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 t1-v6si6155198plr.64.2018.10.24.18.37.40; Wed, 24 Oct 2018 18:37:58 -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 S1726759AbeJYKGD (ORCPT + 99 others); Thu, 25 Oct 2018 06:06:03 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:13691 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726204AbeJYKGD (ORCPT ); Thu, 25 Oct 2018 06:06:03 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id AC0A42DDB1D6C; Thu, 25 Oct 2018 09:35:30 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.408.0; Thu, 25 Oct 2018 09:35:22 +0800 Subject: Re: [PATCH v2] f2fs: only flush the single temp bio cache which owns the target page To: Yunlong Song , , , CC: , , , , , References: <1540368651-14353-1-git-send-email-yunlong.song@huawei.com> <1540380945-18114-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: Date: Thu, 25 Oct 2018 09:35:21 +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: <1540380945-18114-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/10/24 19:35, Yunlong Song wrote: > Previously, when f2fs finds which temp bio cache owns the target page, > it will flush all the three temp bio caches, but we only need to flush > one single bio cache indeed, which can help to keep bio merged. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu Thanks,