mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ufs: we need to sync inode before freeing it
[ Upstream commit 67a70017fa ]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
@@ -846,6 +846,7 @@ void ufs_evict_inode(struct inode * inode)
|
||||
inode->i_size = 0;
|
||||
if (inode->i_blocks)
|
||||
ufs_truncate_blocks(inode);
|
||||
ufs_update_inode(inode, inode_needs_sync(inode));
|
||||
}
|
||||
|
||||
invalidate_inode_buffers(inode);
|
||||
|
||||
Reference in New Issue
Block a user