Re: [f2fs-dev] [PATCH 3/3 V2] f2fs: introduce f2fs_cache_node_page() to add page into node_inode cache

2013-12-08 Thread Jaegeuk Kim
er.kernel.org; > > linux-f2fs-devel@lists.sourceforge.net > > Subject: Re: [f2fs-dev] [PATCH 3/3 V2] f2fs: introduce > > f2fs_cache_node_page() to add page into node_inode cache > > > > 2013-12-06 (금), 17:10 +0800, Chao Yu: > > > This patch introduces f2fs_cache_node_pag

Re: [f2fs-dev] [PATCH 3/3 V2] f2fs: introduce f2fs_cache_node_page() to add page into node_inode cache

2013-12-08 Thread Chao Yu
] [PATCH 3/3 V2] f2fs: introduce f2fs_cache_node_page() > to add page into node_inode cache > > 2013-12-06 (금), 17:10 +0800, Chao Yu: > > This patch introduces f2fs_cache_node_page(), in this function, page which > > is > > readed ahead will be copy to node_inode's

Re: [f2fs-dev] [PATCH 3/3 V2] f2fs: introduce f2fs_cache_node_page() to add page into node_inode cache

2013-12-08 Thread Jaegeuk Kim
2013-12-06 (금), 17:10 +0800, Chao Yu: > This patch introduces f2fs_cache_node_page(), in this function, page which is > readed ahead will be copy to node_inode's mapping cache. > It will avoid rereading these node pages. > > change log: > o check validity of grabbed page suggested by Jaegeuk Kim.