Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp5544359imd; Tue, 30 Oct 2018 20:41:41 -0700 (PDT) X-Google-Smtp-Source: AJdET5ckyW4Y08k55nKRqFGQ23/93RhzQZ9LAcTzF3NqghgIDQsiP/+TQdPvMCSIgvNAn5bA7tUN X-Received: by 2002:a17:902:7613:: with SMTP id k19-v6mr1531730pll.98.1540957301259; Tue, 30 Oct 2018 20:41:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540957301; cv=none; d=google.com; s=arc-20160816; b=shVU6zdazwzvTPlSDzg28TItLVzsUswyBnWEPygEUDTcw4dgQLQXYllblVsuophj+M gFijTTC6YIicH8Ps5bZ+JPzXTKkE0Gsh9jaoCnL198V0Od4zWzSqRIe67TH0h+5OKPqW c34GxS1jtnud+brXHx8W3quFFCmtgrJhowoQg1EaFvUto7RlL8eUKYNKktEOeQAhT1vM MBlRZ/Ur0Rgw65Gl6dKOef6p5kB18yf0ERShucAk5a0XDAgTlzyFKjiQQ4/HTFgLj1HH GHzibHs+O4R7TfyaqAZq/wN1Wc6+5FAEPdTGuylFqcDzF9wAAYgw+OHXLDvO3K7OATeU q2Sg== 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=iCR1qH+h0f50IAqTwyqC3NNJCnObLnGqrOx/DCaMq7s=; b=nl+wkrtaJU5UKIXbPH8YT7mXkquQdQfbYG5HH46KjtGIPUJtvyS7G8IbKAeyqtZJON 1SIEUovjb+9mqBFjw3KpEPvyNjlA1wYwX7GROu1UVNX980uq7c5bru5uSVVRr8fCeUFk 191INjlPOOpKwi8AexA1t6xEXgA0p5Uf0jQ48SWp+2KLiZ131+JXbYEsZeLX+vFpXFp/ Ayoux9uvK4UtGbDAhjb7nJYwxXvdNcIxfRxPl9cleHWb7WoHFqiuVS31NVt+PuBGHfz1 Jd7GkSWzfWTzq48tEpT22wOpCAqWC7DmpSkbCM4P6l/1WMcrCiT1PzbO9lxyADRF+dND kf9w== 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 g4-v6si16352314pgi.348.2018.10.30.20.41.24; Tue, 30 Oct 2018 20:41:41 -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 S1729078AbeJaM3N (ORCPT + 99 others); Wed, 31 Oct 2018 08:29:13 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:48444 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728970AbeJaM3N (ORCPT ); Wed, 31 Oct 2018 08:29:13 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id CFB8A4F779A22; Wed, 31 Oct 2018 11:32:57 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.408.0; Wed, 31 Oct 2018 11:32:48 +0800 Subject: Re: [PATCH v2] f2fs: change segment to section in f2fs_ioc_gc_range To: Yunlong Song , , , CC: , , , , , References: <1540391736-20714-1-git-send-email-yunlong.song@huawei.com> <1540903075-62916-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: Date: Wed, 31 Oct 2018 11:32:47 +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: <1540903075-62916-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/30 20:37, Yunlong Song wrote: > f2fs_ioc_gc_range skips blocks_per_seg each time, however, f2fs_gc moves > blocks of section each time, so fix it from segment to section. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu Thanks,