mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add TODO reminder to remove tmpfs caching options
Updates #179 PiperOrigin-RevId: 255081565
This commit is contained in:
committed by
gVisor bot
parent
ffee0f36b1
commit
e98ce4a2c6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user