Skip to content

Commit cda8275

Browse files
committed
Update
1 parent 58922e1 commit cda8275

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

clients/filesystem-fuse/src/main.rs

+13-13
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ async fn create_gvfs_fuse_filesystem() {
3737
// Gvfs-fuse filesystem structure:
3838
// FuseApiHandle
3939
// ├─ SimpleFileSystem (RawFileSystem)
40-
// │ └─ FileSystemLog (PathFileSystem)
41-
// ├─ GravitinoComposedFileSystem (PathFileSystem)
42-
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
43-
// │ │ └─ OpenDALFileSystem (PathFileSystem)
44-
// │ │ └─ S3FileSystem (PathFileSystem)
45-
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
46-
// │ │ └─ OpenDALFileSystem (PathFileSystem)
47-
// │ │ └─ HDFSFileSystem (PathFileSystem)
48-
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
49-
// │ │ └─ NasFileSystem (PathFileSystem)
50-
// │ │ └─ JuiceFileSystem (PathFileSystem)
51-
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
52-
// │ │ └─ XXXFileSystem (PathFileSystem)
40+
// │ └─ FileSystemLog (PathFileSystem)
41+
// ├─ GravitinoComposedFileSystem (PathFileSystem)
42+
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
43+
// │ │ └─ OpenDALFileSystem (PathFileSystem)
44+
// │ │ └─ S3FileSystem (PathFileSystem)
45+
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
46+
// │ │ └─ OpenDALFileSystem (PathFileSystem)
47+
// │ │ └─ HDFSFileSystem (PathFileSystem)
48+
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
49+
// │ │ └─ NasFileSystem (PathFileSystem)
50+
// │ │ └─ JuiceFileSystem (PathFileSystem)
51+
// │ ├─ GravitinoFilesetFileSystem (PathFileSystem)
52+
// │ │ └─ XXXFileSystem (PathFileSystem)
5353
//
5454
// `SimpleFileSystem` is a low-level filesystem designed to communicate with FUSE APIs.
5555
// It manages file and directory relationships, as well as file mappings.

0 commit comments

Comments
 (0)