f2fs: update_inode_page should be done all the time
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 24 Jan 2014 00:42:16 +0000 (09:42 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 17 Feb 2014 05:58:51 +0000 (14:58 +0900)
commit744602cf45ce35758b8637f76bc263c871abc6ea
treead269d5514188d9ca87b7906bae3c863a8b46d3b
parent6d0abeca3242a88cab8232e4acd7e2bf088f3bc2
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 <jaegeuk.kim@samsung.com>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/inode.c