Re: [PATCH] f2fs: should check the node page was truncated first

2013-03-18 Thread Namjae Jeon
2013/3/18, Jaegeuk Kim : > Currently, f2fs doesn't reclaim any node pages. > However, if we found that a node page was truncated by checking its block > address with zero during f2fs_write_node_page, we should not skip that node > page and return zero to reclaim it. > > Signed-off-by: Jaegeuk Kim

[PATCH] f2fs: should check the node page was truncated first

2013-03-17 Thread Jaegeuk Kim
Currently, f2fs doesn't reclaim any node pages. However, if we found that a node page was truncated by checking its block address with zero during f2fs_write_node_page, we should not skip that node page and return zero to reclaim it. Signed-off-by: Jaegeuk Kim --- fs/f2fs/node.c | 15 ---