Commit 616235c8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent df165e86
...@@ -768,7 +768,7 @@ func (root *Root) zwatcher(ctx context.Context, zwatchq chan zodb.Event) (err er ...@@ -768,7 +768,7 @@ func (root *Root) zwatcher(ctx context.Context, zwatchq chan zodb.Event) (err er
case zevent, ok = <-zwatchq: case zevent, ok = <-zwatchq:
if !ok { if !ok {
traceZWatch("zwatchq closed") traceZWatch("zwatchq closed")
return nil // closed XXX ok? return nil // closed
} }
} }
...@@ -1794,7 +1794,6 @@ func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fus ...@@ -1794,7 +1794,6 @@ func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fus
// wcfs initiated pin requests. // wcfs initiated pin requests.
func (wlink *WatchLink) serve() { func (wlink *WatchLink) serve() {
err := wlink._serve() err := wlink._serve()
// XXX log error if !(close || EOF)
if err != nil { if err != nil {
log.Error(err) log.Error(err)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment