mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Replace pkg/refs with pkg/refsvfs2.
All VFS1 only bits have been deleted. Updates #1624 PiperOrigin-RevId: 492273183
This commit is contained in:
@@ -32,7 +32,7 @@ go_template_instance(
|
||||
out = "inode_refs.go",
|
||||
package = "tmpfs",
|
||||
prefix = "inode",
|
||||
template = "//pkg/refsvfs2:refs_template",
|
||||
template = "//pkg/refs:refs_template",
|
||||
types = {
|
||||
"T": "inode",
|
||||
},
|
||||
@@ -96,7 +96,6 @@ go_library(
|
||||
"//pkg/hostarch",
|
||||
"//pkg/log",
|
||||
"//pkg/refs",
|
||||
"//pkg/refsvfs2",
|
||||
"//pkg/safemem",
|
||||
"//pkg/sentry/arch",
|
||||
"//pkg/sentry/fsimpl/lock",
|
||||
|
||||
Reference in New Issue
Block a user