mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
[ Upstream commit 1c308ace1fd6de93bd0b7e1a5e8963ab27e2c016 ]
Fixes: be71b5cba2 ("fs/ntfs3: Add attrib operations")
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2b0633368a
commit
861d23ecad
@@ -1640,6 +1640,7 @@ repack:
|
||||
|
||||
attr_b->nres.total_size = cpu_to_le64(total_size);
|
||||
inode_set_bytes(&ni->vfs_inode, total_size);
|
||||
ni->ni_flags |= NI_FLAG_UPDATE_PARENT;
|
||||
|
||||
mi_b->dirty = true;
|
||||
mark_inode_dirty(&ni->vfs_inode);
|
||||
|
||||
Reference in New Issue
Block a user