mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 09:33:06 +00:00
The traditional mount() syscall has a PAGE_SIZE (typically 4KB) limit for mount options. Use the new mount API (fsopen/fsconfig/fsmount/ move_mount) introduced in Linux 5.2 to bypass this limitation. Fixed: #12662 Signed-off-by: ChengyuZhu6 <hudson@cyzhu.com>