ufs: we need to sync inode before freeing it
[ Upstream commit 67a70017fa0a152657bc7e337e69bb9c9f5549bf ] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
f33ed84386
commit
538f9d9390
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user