From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933909AbcJRUTn (ORCPT ); Tue, 18 Oct 2016 16:19:43 -0400 Received: from mail.kernel.org ([198.145.29.136]:34374 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756093AbcJRUTe (ORCPT ); Tue, 18 Oct 2016 16:19:34 -0400 Date: Tue, 18 Oct 2016 13:19:28 -0700 From: Jaegeuk Kim To: Linus Torvalds Cc: Linux Kernel Mailing List , Linux F2FS Dev Mailing List Subject: [GIT PULL] f2fs bug fix for 4.9-rc2 Message-ID: <20161018201928.GA15491@jaegeuk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)