Mount is non-blocking again

This commit is contained in:
Caleb Gardner
2023-01-04 06:01:12 -06:00
parent f2d86aff96
commit 658e5c9e0b
2 changed files with 11 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ import (
type Reader struct {
*FS
con *fuse.Conn
mountDone chan struct{}
d decompress.Decompressor
r io.ReaderAt
fragEntries []fragEntry