mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
f2fs: mark inode dirty explicitly in recover_inode()
Mark inode dirty explicitly in the end of recover_inode() to make sure that all recoverable fields can be persisted later. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
2238c37831
commit
4b4f4610ed
|
|
@ -239,6 +239,8 @@ static void recover_inode(struct inode *inode, struct page *page)
|
|||
|
||||
recover_inline_flags(inode, raw);
|
||||
|
||||
f2fs_mark_inode_dirty_sync(inode, true);
|
||||
|
||||
if (file_enc_name(inode))
|
||||
name = "<encrypted>";
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user