mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Make ramfs.File savable
In other news, apparently proc.fdInfo is the last user of ramfs.File. PiperOrigin-RevId: 207564572 Change-Id: I5a92515698cc89652b80bea9a32d309e14059869
This commit is contained in:
@@ -30,6 +30,8 @@ import (
|
||||
// thus should only be used for small files.
|
||||
//
|
||||
// A File is not mappable.
|
||||
//
|
||||
// +stateify savable
|
||||
type File struct {
|
||||
Entry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user