commit | ef9157259fb7bb3bc2c61df227e36f1b861a4753 | [log] [tgz] |
---|---|---|
author | Luis Henriques <lhenriques@suse.com> | Wed Mar 11 11:05:38 2020 +0000 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Mar 30 12:42:43 2020 +0200 |
tree | dc447f48fd161d3a35069631817f5ede6f0d3247 | |
parent | 9bccb76574ad9ba6f5868b09053179fa2e72f8e0 [diff] |
ceph: fix snapshot directory timestamps The .snap directory timestamps are kept at 0 (1970-01-01 00:00), which isn't consistent with what the fuse client does. This patch makes the behaviour consistent, by setting these timestamps (atime, btime, ctime, mtime) to those of the parent directory. Cc: Marc Roos <M.Roos@f1-outsourcing.eu> Signed-off-by: Luis Henriques <lhenriques@suse.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>