summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
authorJaegeuk Kim2015-01-07 01:00:03 +0100
committerJaegeuk Kim2015-01-10 02:02:27 +0100
commitdf1991391f9301efbd5e46fb776bf5103d4c59f8 (patch)
tree170a6a938f77b6ce1ae78aa42f104d64abb6a7ba /fs/f2fs
parentf2fs: get rid of kzalloc in __recover_inline_status (diff)
downloadkernel-qcow2-linux-df1991391f9301efbd5e46fb776bf5103d4c59f8.tar.gz
kernel-qcow2-linux-df1991391f9301efbd5e46fb776bf5103d4c59f8.tar.xz
kernel-qcow2-linux-df1991391f9301efbd5e46fb776bf5103d4c59f8.zip
f2fs: fix wrong unlock_page call
This patch removes wrongly called unlock_page. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r--fs/f2fs/data.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index b48b355104c3..a7b905cb05f8 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -837,7 +837,6 @@ write:
/* we should bypass data pages to proceed the kworkder jobs */
if (unlikely(f2fs_cp_error(sbi))) {
SetPageError(page);
- unlock_page(page);
goto out;
}