mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix TODO comments.
Fix TODO comments referring to incorrect issue numbers. Also fix the link in issue reviver comments to include the right url fragment. PiperOrigin-RevId: 373491821
This commit is contained in:
@@ -36,7 +36,7 @@ const Name = "devtmpfs"
|
||||
//
|
||||
// +stateify savable
|
||||
type FilesystemType struct {
|
||||
initOnce sync.Once `state:"nosave"` // FIXME(gvisor.dev/issue/1664): not yet supported.
|
||||
initOnce sync.Once `state:"nosave"` // FIXME(gvisor.dev/issue/1663): not yet supported.
|
||||
initErr error
|
||||
|
||||
// fs is the tmpfs filesystem that backs all mounts of this FilesystemType.
|
||||
|
||||
Reference in New Issue
Block a user