Commit 4a8c8a59 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d0c4ba8c
......@@ -1781,7 +1781,7 @@ func (wlink *WatchLink) setupWatch(ctx context.Context, foid zodb.Oid, at zodb.T
// Open serves /head/watch opens.
func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fuse.Status) {
// XXX check flags?
// TODO(?) check flags
head := wnode.head
wlink := &WatchLink{
......@@ -2322,7 +2322,7 @@ type _wcfs_Zhead struct {
}
func (zh *_wcfs_Zhead) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fuse.Status) {
// XXX check flags?
// TODO(?) check flags
sk := NewFileSock()
sk.CloseRead()
......
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