Point TODOs to gvisor.dev

PiperOrigin-RevId: 283610781
This commit is contained in:
Fabricio Voznika
2019-12-03 13:32:31 -08:00
committed by gVisor bot
parent d7cc2480cb
commit 3e832bec1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
//