mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update TODO bug id in order to close docker in gvisor bug.
PiperOrigin-RevId: 638730275
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user