From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753408AbcEIXE4 (ORCPT ); Mon, 9 May 2016 19:04:56 -0400 Received: from mail.kernel.org ([198.145.29.136]:43517 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbcEIXEz (ORCPT ); Mon, 9 May 2016 19:04:55 -0400 Date: Mon, 9 May 2016 16:04:51 -0700 From: Jaegeuk Kim To: Chao Yu Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6] f2fs: enable inline_dentry by default Message-ID: <20160509230451.GB7448@jaegeuk.gateway> References: <20160509115635.123946-1-yuchao0@huawei.com> <20160509115635.123946-5-yuchao0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160509115635.123946-5-yuchao0@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 09, 2016 at 07:56:34PM +0800, Chao Yu wrote: > Make inline_dentry as default mount option to improve space usage and > IO performance in scenario of numerous small directory. Hmm, I've not much tested this so far. Let me take time to consider this for a while. Thanks, > > Signed-off-by: Chao Yu > --- > fs/f2fs/super.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c > index 28c8992..4a4f4bd 100644 > --- a/fs/f2fs/super.c > +++ b/fs/f2fs/super.c > @@ -824,6 +824,7 @@ static void default_options(struct f2fs_sb_info *sbi) > > set_opt(sbi, BG_GC); > set_opt(sbi, INLINE_DATA); > + set_opt(sbi, INLINE_DENTRY); > set_opt(sbi, EXTENT_CACHE); > > #ifdef CONFIG_F2FS_FS_XATTR > -- > 2.8.2.311.gee88674