summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tmpfs/file_regular.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/tmpfs/file_regular.go')
-rw-r--r--pkg/sentry/fs/tmpfs/file_regular.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/tmpfs/file_regular.go b/pkg/sentry/fs/tmpfs/file_regular.go
index 9811d90bc..342688f81 100644
--- a/pkg/sentry/fs/tmpfs/file_regular.go
+++ b/pkg/sentry/fs/tmpfs/file_regular.go
@@ -25,6 +25,8 @@ import (
// regularFileOperations implements fs.FileOperations for a regular
// tmpfs file.
+//
+// +stateify savable
type regularFileOperations struct {
waiter.AlwaysReady `state:"nosave"`
fsutil.NoopRelease `state:"nosave"`