summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorJamie Liu <jamieliu@google.com>2021-08-20 15:11:49 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-20 15:14:11 -0700
commit154ccbae312f5754b3497e6a296da756952d620c (patch)
treef544190c202d4c543f181be31c7bee6493534f40 /pkg
parentc6339522c128065af3d81452d80f111fe8817784 (diff)
Remove experimental warning in the VFS2 README.
PiperOrigin-RevId: 392078690
Diffstat (limited to 'pkg')
-rw-r--r--pkg/sentry/vfs/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/sentry/vfs/README.md b/pkg/sentry/vfs/README.md
index 5aad31b78..82ee2c521 100644
--- a/pkg/sentry/vfs/README.md
+++ b/pkg/sentry/vfs/README.md
@@ -1,9 +1,5 @@
# The gVisor Virtual Filesystem
-THIS PACKAGE IS CURRENTLY EXPERIMENTAL AND NOT READY OR ENABLED FOR PRODUCTION
-USE. For the filesystem implementation currently used by gVisor, see the `fs`
-package.
-
## Implementation Notes
### Reference Counting