mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b94fe5b7f8
Bug was introduced in #250 According to: http://man7.org/linux/man-pages/man5/proc.5.html 36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue (1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11) ... (7) optional fields: zero or more fields of the form "tag[:value]". The 7th field is optional. We should skip it when parsing mount info. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>