Commit d4c3ca91 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6cb4425e
......@@ -1234,7 +1234,7 @@ retry:
log.Errorf("BUG: bigfile %s: blk %d: -> pagecache: %s (ignoring, but reading from bigfile will be very slow)", oid, blk, st)
}
// -------- notifications to Watcher --------
// -------- invalidation protocol serving/notification --------
// pin makes sure that file[blk] on client side is the same as of @rev state.
//
......@@ -1303,9 +1303,6 @@ func (wlink *WatchLink) setupWatch(ctx context.Context, foid zodb.Oid, at zodb.T
panic("TODO")
}
// ---- Watch server ----
// Open serves /head/watch opens.
func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fuse.Status) {
// XXX check flags?
......
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