Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31584
b: refs/heads/master
c: dd535a5
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Saveliev authored and Linus Torvalds committed Jul 1, 2006
1 parent ac4661e commit 22cbb2e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d882b172512758703ff8d9efb96505eaaee48d2e
refs/heads/master: dd535a5965cef7551da34aef5cec47f46e97b6d9
5 changes: 5 additions & 0 deletions trunk/fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,11 @@ int reiserfs_setattr(struct dentry *dentry, struct iattr *attr)
}
if (error)
goto out;
/*
* file size is changed, ctime and mtime are
* to be updated
*/
attr->ia_valid |= (ATTR_MTIME | ATTR_CTIME);
}
}

Expand Down

0 comments on commit 22cbb2e

Please sign in to comment.