Re: [PATCH] f2fs: fix to unlock node page when it was truncated

2013-03-18 Thread Namjae Jeon
2013/3/18, Jaegeuk Kim : > If the node page was truncated, its block address became zero. > This means that we don't need to write the node page, but have to unlock > NODE_WRITE, decrease the number of dirty node pages, and then unlock_page > before returning the f2fs_write_node_page with zero. > >

[PATCH] f2fs: fix to unlock node page when it was truncated

2013-03-17 Thread Jaegeuk Kim
If the node page was truncated, its block address became zero. This means that we don't need to write the node page, but have to unlock NODE_WRITE, decrease the number of dirty node pages, and then unlock_page before returning the f2fs_write_node_page with zero. Signed-off-by: Jaegeuk Kim --- fs