Commit df165e86 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b77bee27
...@@ -506,8 +506,7 @@ import ( ...@@ -506,8 +506,7 @@ import (
"lab.nexedi.com/nexedi/wendelin.core/wcfs/internal/zdata" "lab.nexedi.com/nexedi/wendelin.core/wcfs/internal/zdata"
) )
// ZBigFile-related types // shorthands for ZBigFile and ZBlk*
// XXX place
type ( type (
ZBlk = zdata.ZBlk ZBlk = zdata.ZBlk
ZBlk0 = zdata.ZBlk0 ZBlk0 = zdata.ZBlk0
...@@ -516,6 +515,7 @@ type ( ...@@ -516,6 +515,7 @@ type (
ZBigFile = zdata.ZBigFile ZBigFile = zdata.ZBigFile
) )
// Root represents root of wcfs filesystem. // Root represents root of wcfs filesystem.
type Root struct { type Root struct {
fsNode fsNode
......
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