From: Chao Yu Date: Sat, 29 Mar 2014 07:30:40 +0000 (+0800) Subject: f2fs: fix error path when fail to read inline data X-Git-Tag: v3.15-rc1~62^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54c795b495b9bd417e482286c832c9a8eb210ae;p=pandora-kernel.git f2fs: fix error path when fail to read inline data We should unlock page in ->readpage() path and also should unlock & release page in error path of ->write_begin() to avoid deadlock or memory leak. So let's add release code to fix the problem when we fail to read inline data. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed