Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

Use a simpler timestamp structure for SetAttr too #20

Closed asomers closed 2 years ago

asomers commented 3 years ago

SystemTime is problematic for two reason:

PR #7 changed the timestamp for GetAttr, this changes it for SetAttr too

Sherlock-Holo commented 3 years ago

This PR now contains some conflict, could you fix it so I can merge it?

asomers commented 2 years ago

Rebased. The only conflicts were style changes.