summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/dev/full.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/dev/full.go')
-rw-r--r--pkg/sentry/fs/dev/full.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/dev/full.go b/pkg/sentry/fs/dev/full.go
index e13eb6c03..492b8eb3a 100644
--- a/pkg/sentry/fs/dev/full.go
+++ b/pkg/sentry/fs/dev/full.go
@@ -26,6 +26,8 @@ import (
)
// fullDevice is used to implement /dev/full.
+//
+// +stateify savable
type fullDevice struct {
ramfs.Entry
}