Fuse2 fix
This commit is contained in:
@@ -21,7 +21,7 @@ func (r *Reader) MountFuse2(mountpoint string) (err error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
<-r.con.Ready
|
<-r.con2.Ready
|
||||||
r.mount2Done = make(chan struct{})
|
r.mount2Done = make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
fs.Serve(r.con2, squashFuse2{r: r})
|
fs.Serve(r.con2, squashFuse2{r: r})
|
||||||
|
|||||||
Reference in New Issue
Block a user