From: Jaegeuk Kim Date: Mon, 9 Feb 2015 18:34:38 +0000 (-0800) Subject: f2fs: call set_buffer_new for get_block X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~98^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da17eece035d72cb50d48529744a490784f29d2f;p=pandora-kernel.git f2fs: call set_buffer_new for get_block This patch fixes wrong handling of buffer_new flag in get_block. If f2fs allocates new blocks and mapped buffer_head, it needs to set buffer_new for the bh_result. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed