mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Point TODOs to gvisor.dev
PiperOrigin-RevId: 283610781
This commit is contained in:
committed by
gVisor bot
parent
d7cc2480cb
commit
3e832bec1b
@@ -19,7 +19,7 @@ package proc
|
||||
// +stateify savable
|
||||
type filesystemsData struct{}
|
||||
|
||||
// TODO(b/138862512): Implement vfs.DynamicBytesSource.Generate for
|
||||
// TODO(gvisor.dev/issue/1195): Implement vfs.DynamicBytesSource.Generate for
|
||||
// filesystemsData. We would need to retrive filesystem names from
|
||||
// vfs.VirtualFilesystem. Also needs vfs replacement for
|
||||
// fs.Filesystem.AllowUserList() and fs.FilesystemRequiresDev.
|
||||
|
||||
@@ -16,7 +16,7 @@ package proc
|
||||
|
||||
import "gvisor.dev/gvisor/pkg/sentry/kernel"
|
||||
|
||||
// TODO(b/138862512): Implement mountInfoFile and mountsFile.
|
||||
// TODO(gvisor.dev/issue/1195): Implement mountInfoFile and mountsFile.
|
||||
|
||||
// mountInfoFile implements vfs.DynamicBytesSource for /proc/[pid]/mountinfo.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user