f2fs: set the correct place of initializing *res_page
authorYuan Zhong <yuan.mark.zhong@samsung.com>
Sat, 7 Mar 2015 10:07:42 +0000 (10:07 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:37 +0000 (15:08 -0700)
commitb1f73b79d26ffd8966404c268e558d6fec448814
tree32c5546b0a4139ad4f662f64a0a147fd55b47675
parent7fd97019b8db0668a4eb8b08d707bdce9f51d58e
f2fs: set the correct place of initializing *res_page

The function 'find_in_inline_dir()' contain 'res_page'
as an argument. So, we should initiaize 'res_page' before
this function.

Signed-off-by: Yuan Zhong <yuan.mark.zhong@samsung.com>
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
This page took 0.028403 seconds and 5 git commands to generate.