Commit ce21bedb authored by Dean Roehrich's avatar Dean Roehrich Committed by Stephen Lord

[XFS] linvfs_file_mmap was updating the linux inode's atime twice.

SGI Modid: 2.5.x-xfs:slinx:141360a
parent 731338a5
......@@ -309,7 +309,6 @@ linvfs_file_mmap(
vma->vm_ops = &linvfs_file_vm_ops;
VOP_SETATTR(vp, &va, XFS_AT_UPDATIME, NULL, error);
UPDATE_ATIME(ip);
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