Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed May 22, 2024
1 parent 11e0326 commit fe99890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ofs/src/fuse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ impl PathFilesystem for Fuse {
.stat(&path.to_string_lossy())
.await
.map_err(opendal_error2errno)?;
let attr = metadata2file_attr(&metadata, now.into(), self.uid, self.gid);
let attr = metadata2file_attr(&metadata, now, self.uid, self.gid);

let key = self
.opened_files
Expand Down

0 comments on commit fe99890

Please sign in to comment.