Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Dec 26, 2024
1 parent 01e6f6e commit 0677f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/filesystem-fuse/src/gvfs_fuse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub async fn create_gvfs_filesystem(
.storage_location;
let (_schema, location) = extract_storage_filesystem(&location).unwrap();

// todo need to replace the inner filesystem with the real storage filesystem
let inner_fs = MemoryFileSystem::new().await;

let fs = GvfsFilesetFs::new(
Expand Down

0 comments on commit 0677f2f

Please sign in to comment.