commit | df1991391f9301efbd5e46fb776bf5103d4c59f8 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jan 06 16:00:03 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jan 09 17:02:27 2015 -0800 |
tree | 170a6a938f77b6ce1ae78aa42f104d64abb6a7ba | |
parent | 9e5ba77fdbe3fea86b1e36903dd696b24b1c4607 [diff] |
f2fs: fix wrong unlock_page call This patch removes wrongly called unlock_page. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index b48b355..a7b905c 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c
@@ -837,7 +837,6 @@ /* we should bypass data pages to proceed the kworkder jobs */ if (unlikely(f2fs_cp_error(sbi))) { SetPageError(page); - unlock_page(page); goto out; }