Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df199139 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix wrong unlock_page call



This patch removes wrongly called unlock_page.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 9e5ba77f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -837,7 +837,6 @@ static int f2fs_write_data_page(struct page *page,
	/* we should bypass data pages to proceed the kworkder jobs */
	/* we should bypass data pages to proceed the kworkder jobs */
	if (unlikely(f2fs_cp_error(sbi))) {
	if (unlikely(f2fs_cp_error(sbi))) {
		SetPageError(page);
		SetPageError(page);
		unlock_page(page);
		goto out;
		goto out;
	}
	}