f2fs: fix wrong unlock_page call
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 7 Jan 2015 00:00:03 +0000 (16:00 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 10 Jan 2015 01:02:27 +0000 (17:02 -0800)
This patch removes wrongly called unlock_page.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c

index b48b355104c3e0845160b25844bb97679e99e083..a7b905cb05f81bbe9e5cba545a5f5c474e66351a 100644 (file)
@@ -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;
        }
 
This page took 0.025472 seconds and 5 git commands to generate.