Update to moby/sys/mountinfo package that contains MountedFast function. The function uses OpenAt2 call for newer kernels to determine if a mount-point is present or not.
6 lines
107 B
Modula-2
6 lines
107 B
Modula-2
module github.com/moby/sys/mountinfo
|
|
|
|
go 1.16
|
|
|
|
require golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|