[GIT PULL] f2fs bug fix for 4.9-rc2
From: Jaegeuk Kim
Date: Tue Oct 18 2016 - 16:19:45 EST
Hi Linus,
Could you please pull this bug fix patch?
Thanks,
The following changes since commit 4c1fad64eff481982349f5795b9c198c532b0f13:
Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (2016-10-06 15:30:40 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/for-f2fs-4.9-rc2
for you to fetch changes up to de0dcc40f6e24d6bac6b60e36eac4659bbbd3f00:
f2fs: fix wrong sum_page pointer in f2fs_gc (2016-10-12 16:23:36 -0700)
----------------------------------------------------------------
This includes fixing a bug which references a wrong pointer, sum_page, in
f2fs_gc. It was newly introduced in 4.9-rc1.
----------------------------------------------------------------
Jaegeuk Kim (1):
f2fs: fix wrong sum_page pointer in f2fs_gc
fs/f2fs/gc.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)