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

.

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