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

2013-12-05 Thread Chao Yu
y, December 05, 2013 9:55 AM > > > To: ??? > > > Cc: linux-fsde...@vger.kernel.org; linux-ker...@vger.kernel.org; > > > linux-f2fs-devel@lists.sourceforge.net > > > Subject: [f2fs-dev] [PATCH 3/3] f2fs: introduce f2fs_cache_node_page() to > > > add page into node_

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

2013-12-05 Thread Jaegeuk Kim
nux-f2fs-devel@lists.sourceforge.net > > Subject: [f2fs-dev] [PATCH 3/3] f2fs: introduce f2fs_cache_node_page() to > > add page into node_inode cache > > > > This patch introduces f2fs_cache_node_page(), in this function, page which > > is > > readed ahead will be co

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

2013-12-04 Thread Chao Yu
3/3] f2fs: introduce f2fs_cache_node_page() to add > page into node_inode cache > > 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. > > Signed-off-b

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

2013-12-04 Thread 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. Signed-off-by: Chao Yu --- fs/f2fs/node.c | 30 ++ 1 file changed, 30 insertions(+) diff