commit | d9854c87f0ed1a5f32fec24bb5b5fb426ad79c26 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Wed Jul 18 15:44:40 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jul 18 15:44:40 2018 +0200 |
tree | 4534c1e787964a39a0074373325737153160a5d5 | |
parent | f182536684d876afaf4627c36a16c4e15ea8a2b8 [diff] |
ovl: copy up times Copy up mtime and ctime to overlay inode after times in real object are modified. Be careful not to dirty cachelines when not necessary. This is in preparation for moving overlay functionality out of the VFS. This patch shouldn't have any observable effect. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>