From b1f73b79d26ffd8966404c268e558d6fec448814 Mon Sep 17 00:00:00 2001 From: Yuan Zhong Date: Sat, 7 Mar 2015 10:07:42 +0000 Subject: [PATCH] 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 Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed