From 330a1bbd04815b846e9396e9f5763afe6350b537 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 14 May 2019 18:04:28 -0700 Subject: [PATCH] Remove false comment PiperOrigin-RevId: 248249285 Change-Id: I9b6d267baa666798b22def590ff20c9a118efd47 --- pkg/sentry/fs/gofer/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.