Commit aa3a9abf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0cbf4db6
...@@ -1743,7 +1743,7 @@ func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fus ...@@ -1743,7 +1743,7 @@ 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 // 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