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:
Michael Pratt
2018-08-06 10:15:56 -07:00
committed by Shentubot
parent 3ec074897f
commit 42086fe8e1
+2
View File
@@ -30,6 +30,8 @@ import (
// thus should only be used for small files.
//
// A File is not mappable.
//
// +stateify savable
type File struct {
Entry