Replace pkg/refs with pkg/refsvfs2.

All VFS1 only bits have been deleted.

Updates #1624

PiperOrigin-RevId: 492273183
This commit is contained in:
Ayush Ranjan
2022-12-01 12:46:11 -08:00
committed by gVisor bot
parent 289e455495
commit 175db901ca
113 changed files with 209 additions and 942 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ go_template_instance(
out = "root_inode_refs.go",
package = "devpts",
prefix = "rootInode",
template = "//pkg/refsvfs2:refs_template",
template = "//pkg/refs:refs_template",
types = {
"T": "rootInode",
},
@@ -35,7 +35,6 @@ go_library(
"//pkg/marshal",
"//pkg/marshal/primitive",
"//pkg/refs",
"//pkg/refsvfs2",
"//pkg/safemem",
"//pkg/sentry/arch",
"//pkg/sentry/fsimpl/kernfs",