Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Dec 19, 2024
1 parent 3574bce commit 65dcc4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/filesystem-fuse/src/fuse_api_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ impl<T: RawFileSystem> Filesystem for FuseApiHandle<T> {
}
}

const fn fstat_to_file_attr(file_st: &FileStat, context: &FileSystemContext) -> FileAttr {
fn fstat_to_file_attr(file_st: &FileStat, context: &FileSystemContext) -> FileAttr {
debug!("file_st: {:?}, context: {:?}", file_st, context);
debug_assert!(file_st.file_id != 0 && file_st.parent_file_id != 0);
Expand Down

0 comments on commit 65dcc4d

Please sign in to comment.