Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20003
b: refs/heads/master
c: 9bd6f13
h: refs/heads/master
i:
  20001: 1c8e7aa
  19999: b3bcbb8
v: v3
  • Loading branch information
Nathan Scott committed Feb 7, 2006
1 parent 136bc59 commit 1dfdd80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fddaca2293d768eb21ea115e5eedec7f1c13c1c
refs/heads/master: 9bd6f13dfd1dfb2e8f20df50581ebe7344ba97bd
2 changes: 2 additions & 0 deletions trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ linvfs_setattr(
if (ia_valid & ATTR_ATIME) {
vattr.va_mask |= XFS_AT_ATIME;
vattr.va_atime = attr->ia_atime;
if (ia_valid & ATTR_ATIME_SET)
inode->i_atime = attr->ia_atime;
}
if (ia_valid & ATTR_MTIME) {
vattr.va_mask |= XFS_AT_MTIME;
Expand Down

0 comments on commit 1dfdd80

Please sign in to comment.