Skip to content

Commit 366c77a

Browse files
committed
Update
1 parent 39e55fe commit 366c77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/filesystem-fuse/src/filesystem.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pub struct DefaultRawFileSystem<T: PathFileSystem> {
383383

384384
impl<T: PathFileSystem> DefaultRawFileSystem<T> {
385385
const INITIAL_FILE_ID: u64 = 10000;
386-
const ROOT_DIR_PARENT_FILE_ID: u64 = 0;
386+
const ROOT_DIR_PARENT_FILE_ID: u64 = 1;
387387
const ROOT_DIR_FILE_ID: u64 = 1;
388388
const ROOT_DIR_NAME: &'static str = "";
389389

0 commit comments

Comments
 (0)