We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e55fe commit 366c77aCopy full SHA for 366c77a
clients/filesystem-fuse/src/filesystem.rs
@@ -383,7 +383,7 @@ pub struct DefaultRawFileSystem<T: PathFileSystem> {
383
384
impl<T: PathFileSystem> DefaultRawFileSystem<T> {
385
const INITIAL_FILE_ID: u64 = 10000;
386
- const ROOT_DIR_PARENT_FILE_ID: u64 = 0;
+ const ROOT_DIR_PARENT_FILE_ID: u64 = 1;
387
const ROOT_DIR_FILE_ID: u64 = 1;
388
const ROOT_DIR_NAME: &'static str = "";
389
0 commit comments