Skip to content

Commit

Permalink
vfs: Delete unused code (#1191)
Browse files Browse the repository at this point in the history
Signed-off-by: swj <[email protected]>
  • Loading branch information
201341 authored Dec 23, 2021
1 parent ba5b3a1 commit f07634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vfs/vfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ func NewVFS(conf *Config, m meta.Meta, store chunk.ChunkStore) *VFS {
Meta: m,
Store: store,
reader: reader,
writer: NewDataWriter(conf, m, store, reader),
writer: writer,
handles: make(map[Ino][]*handle),
nextfh: 1,
}
Expand Down

0 comments on commit f07634f

Please sign in to comment.