From: Jaegeuk Kim Date: Fri, 24 Jan 2014 00:42:16 +0000 (+0900) Subject: f2fs: update_inode_page should be done all the time X-Git-Tag: v3.15-rc1~62^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744602cf45ce35758b8637f76bc263c871abc6ea;p=pandora-kernel.git f2fs: update_inode_page should be done all the time In order to make fs consistency, update_inode_page should not be failed all the time. Otherwise, it is possible to lose some metadata in the inode like a link count. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed