Commit 9c86fdbe authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 616235c8
......@@ -79,7 +79,6 @@
// @<revX>/ has the following structure:
//
// @<revX>/
// at
// bigfile/ ; bigfiles' data as of revision <revX>
// <oid(ZBigFile1)>
// <oid(ZBigFile2)>
......@@ -2157,7 +2156,6 @@ func (root *Root) lookup(name string, fctx *fuse.Context) (_ *Head, err error) {
// mkdir takes filesystem treeLock - do it outside revMu.
mkdir(root, name, revDir)
mkdir(revDir, "bigfile", bfdir)
// XXX + "at"
return revDir, nil
}
......
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