From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755082AbcJZMJk (ORCPT ); Wed, 26 Oct 2016 08:09:40 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:45961 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbcJZMJi (ORCPT ); Wed, 26 Oct 2016 08:09:38 -0400 Subject: Re: [PATCH 1/3] f2fs: count dirty inodes to flush node pages during checkpoint To: Jaegeuk Kim , , , References: <20161017215645.435-1-jaegeuk@kernel.org> From: Chao Yu Message-ID: <6ee8ae02-3b82-3cc1-aa9c-3ab3f2fc2936@huawei.com> Date: Wed, 26 Oct 2016 20:05:10 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20161017215645.435-1-jaegeuk@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/10/18 5:56, Jaegeuk Kim wrote: > If there are a lot of dirty inodes, we need to flush all of them when doing > checkpoint. So, we need to count this for enough free space. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu