Fix TODO comment for issue 6319.

Fixes #6319

PiperOrigin-RevId: 469752297
This commit is contained in:
Ayush Ranjan
2022-08-24 09:48:40 -07:00
committed by gVisor bot
parent 00e0718041
commit 51c48824f0
+1 -1
View File
@@ -88,7 +88,7 @@ var VFS2Enabled = false
// LISAFSEnabled is set to true when lisafs protocol is enabled. Added as a
// global to allow easy access everywhere.
//
// TODO(gvisor.dev/issue/6319): Remove when lisafs is default.
// TODO(gvisor.dev/issue/7911): Remove when 9P is deleted.
var LISAFSEnabled = false
// FUSEEnabled is set to true when FUSE is enabled. Added as a global to allow