Files
linux/fs/f2fs
Chao Yu 48b0309f85 f2fs: fix to dirty inode for i_mode recovery
[ Upstream commit ca597bdded ]

As Seulbae Kim reported in bugzilla:

https://bugzilla.kernel.org/show_bug.cgi?id=202637

We didn't recover permission field correctly after sudden power-cut,
the reason is in setattr we didn't add inode into global dirty list
once i_mode is changed, so latter checkpoint triggered by fsync will
not flush last i_mode into disk, result in this problem, fix it.

Reported-by: Seulbae Kim <seulbae@gatech.edu>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-04-20 09:16:05 +02:00
..
2016-09-14 16:52:36 -07:00
2018-08-20 23:13:42 -07:00
2018-07-28 18:26:08 -07:00
2019-01-09 17:38:46 +01:00