From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 MIME-Version: 1.0 In-Reply-To: <20161017215645.435-1-jaegeuk@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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