Add TODO reminder to remove tmpfs caching options

Updates #179

PiperOrigin-RevId: 255081565
This commit is contained in:
Michael Pratt
2019-06-25 17:12:34 -07:00
committed by gVisor bot
parent ffee0f36b1
commit e98ce4a2c6
+3
View File
@@ -133,6 +133,9 @@ func (f *Filesystem) Mount(ctx context.Context, device string, flags fs.MountSou
}
// Construct a mount which will follow the cache options provided.
//
// TODO(gvisor.dev/issue/179): There should be no reason to disable
// caching once bind mounts are properly supported.
var msrc *fs.MountSource
switch options[cacheKey] {
case "", cacheAll: