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:
Al Viro 2017-06-10 12:01:50 -04:00 committed by Greg Kroah-Hartman
parent f33ed84386
commit 538f9d9390

View file

@ -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);