Jaegeuk Kim 56ae674cc2 f2fs: remove redundant lock_page calls
In get_node_page, we do not need to call lock_page all the time.

If the node page is cached as uptodate,

1. grab_cache_page locks the page,
2. read_node_page unlocks the page, and
3. lock_page is called for further process.

Let's avoid this.

Reviewed-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-04-03 17:27:42 +09:00
..
2013-04-03 16:23:10 +09:00
2013-03-20 18:30:16 +09:00
2013-04-03 17:27:42 +09:00
2013-04-03 17:27:42 +09:00
2013-04-03 16:23:10 +09:00
2013-04-03 16:23:10 +09:00
2013-03-20 18:30:15 +09:00