[PATCH AUTOSEL 4.9 42/98] ufs: we need to sync inode before freeing it

From: Sasha Levin
Date: Thu Oct 25 2018 - 10:15:31 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

[ Upstream commit 67a70017fa0a152657bc7e337e69bb9c9f5549bf ]

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
---
fs/ufs/inode.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index a2760a2869f4..0f22c036699a 100644
--- a/fs/ufs/inode.c
+++ b/fs/ufs/inode.c
@@ -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);
--
2.17.1