mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +00:00
mount: remove unused inode field from root node
This commit is contained in:
parent
74ae76036f
commit
cfa80e2c6b
@ -27,7 +27,6 @@ type Config struct {
|
||||
type Root struct {
|
||||
repo restic.Repository
|
||||
cfg Config
|
||||
inode uint64
|
||||
blobCache *bloblru.Cache
|
||||
|
||||
*SnapshotsDir
|
||||
@ -50,7 +49,6 @@ func NewRoot(repo restic.Repository, cfg Config) *Root {
|
||||
|
||||
root := &Root{
|
||||
repo: repo,
|
||||
inode: rootInode,
|
||||
cfg: cfg,
|
||||
blobCache: bloblru.New(blobCacheSize),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user