Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Dec 18, 2024
1 parent 39e55fe commit 366c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ pub struct DefaultRawFileSystem<T: PathFileSystem> {

impl<T: PathFileSystem> DefaultRawFileSystem<T> {
const INITIAL_FILE_ID: u64 = 10000;
const ROOT_DIR_PARENT_FILE_ID: u64 = 0;
const ROOT_DIR_PARENT_FILE_ID: u64 = 1;
const ROOT_DIR_FILE_ID: u64 = 1;
const ROOT_DIR_NAME: &'static str = "";

Expand Down

0 comments on commit 366c77a

Please sign in to comment.