Commit f5a9368f authored by Dean Roehrich's avatar Dean Roehrich Committed by Nathan Scott

[XFS] Need to vn_revalidate after dm_set_fileattr

SGI Modid: xfs-linux:xfs-kern:179137a
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 4882a9a3
......@@ -409,6 +409,8 @@ linvfs_file_mmap(
vma->vm_ops = &linvfs_file_vm_ops;
VOP_SETATTR(vp, &va, XFS_AT_UPDATIME, NULL, error);
if (!error)
vn_revalidate(vp); /* update Linux inode flags */
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment