From d54c795b495b9bd417e482286c832c9a8eb210ae Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Sat, 29 Mar 2014 15:30:40 +0800 Subject: [PATCH] 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-format-patch failed