Commit 266ae7c0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a7c14c25
......@@ -2508,8 +2508,8 @@ func _main() (err error) {
err = root.zwatcher(serveCtx, zwatchq)
if errors.Cause(err) != context.Canceled {
log.Error(err)
log.Errorf("zwatcher failed -> switching filesystem to EIO mode")
panic("TODO: switch fs to EIO mode") // XXX
log.Errorf("zwatcher failed -> switching filesystem to EIO mode (TODO)")
//panic("TODO: switch fs to EIO mode") // XXX
}
// wait for unmount
......
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