mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 01:10:01 +08:00
set attributes include crtime
This commit is contained in:
@@ -97,6 +97,10 @@ func (file *File) Setattr(ctx context.Context, req *fuse.SetattrRequest, resp *f
|
|||||||
file.entry.Attributes.Gid = req.Gid
|
file.entry.Attributes.Gid = req.Gid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if req.Valid.Crtime() {
|
||||||
|
file.entry.Attributes.Crtime = req.Crtime.Unix()
|
||||||
|
}
|
||||||
|
|
||||||
if req.Valid.Mtime() {
|
if req.Valid.Mtime() {
|
||||||
file.entry.Attributes.Mtime = req.Mtime.Unix()
|
file.entry.Attributes.Mtime = req.Mtime.Unix()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user