summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tmpfs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-09 01:02:14 +0000
committergVisor bot <gvisor-bot@google.com>2020-04-09 01:02:14 +0000
commitc587441315183789fdf62e9a767048b671bbd1d9 (patch)
tree038f5b08dc9af6332dc963efa9433f4cf25fac97 /pkg/sentry/fs/tmpfs
parent55d6e8bf8dadba437b74c5f373f63be53649c020 (diff)
parent6dd5a1f3fe55daa8510b1ee5e3a59219aad92af6 (diff)
Merge release-20200323.0-97-g6dd5a1f (automated)
Diffstat (limited to 'pkg/sentry/fs/tmpfs')
-rw-r--r--pkg/sentry/fs/tmpfs/fs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/sentry/fs/tmpfs/fs.go b/pkg/sentry/fs/tmpfs/fs.go
index d5be56c3f..bc117ca6a 100644
--- a/pkg/sentry/fs/tmpfs/fs.go
+++ b/pkg/sentry/fs/tmpfs/fs.go
@@ -44,9 +44,6 @@ const (
// lookup.
cacheRevalidate = "revalidate"
- // TODO(edahlgren/mpratt): support a tmpfs size limit.
- // size = "size"
-
// Permissions that exceed modeMask will be rejected.
modeMask = 01777