summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-05-14 18:04:28 -0700
committerShentubot <shentubot@google.com>2019-05-14 18:06:14 -0700
commit330a1bbd04815b846e9396e9f5763afe6350b537 (patch)
tree6e232cd6a255ec430412c2a977fe3c2612f0c8fb /pkg/sentry/fs
parentfff21b99e45136510a0148eada57ff28966dc27e (diff)
Remove false comment
PiperOrigin-RevId: 248249285 Change-Id: I9b6d267baa666798b22def590ff20c9a118efd47
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/gofer/session.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/gofer/session.go b/pkg/sentry/fs/gofer/session.go
index 4cb65e7c6..085a358fe 100644
--- a/pkg/sentry/fs/gofer/session.go
+++ b/pkg/sentry/fs/gofer/session.go
@@ -101,7 +101,7 @@ type session struct {
// version is the value of the version mount option, see fs/gofer/fs.go.
version string `state:"wait"`
- // cachePolicy is the cache policy. It may be either cacheAll or cacheNone.
+ // cachePolicy is the cache policy.
cachePolicy cachePolicy `state:"wait"`
// aname is the value of the aname mount option, see fs/gofer/fs.go.