]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd686fa11b4a192f35a65cf38506ff27d52ed0a23
treead269d5514188d9ca87b7906bae3c863a8b46d3b
parentaf18dbdc538d68661a2dc170065e02fb49a2ec53
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