Update TODO bug id in order to close docker in gvisor bug.

PiperOrigin-RevId: 638730275
This commit is contained in:
Jing Chen
2024-05-30 11:50:04 -07:00
committed by gVisor bot
parent 205026a8e6
commit a4349dab65
+1 -1
View File
@@ -1569,7 +1569,7 @@ func superBlockOpts(mountPath string, mnt *Mount) string {
func (vfs *VirtualFilesystem) generateOptionalTags(ctx context.Context, mnt *Mount, root VirtualDentry) string {
vfs.lockMounts()
defer vfs.unlockMounts(ctx)
// TODO(b/249777195): Support MS_UNBINDABLE propagation type.
// TODO(b/305893463): Support MS_UNBINDABLE propagation type.
var optionalSb strings.Builder
if mnt.isShared {
optionalSb.WriteString(fmt.Sprintf("shared:%d ", mnt.groupID))