summaryrefslogtreecommitdiff
path: root/pkg/util/mountOpts_other.go
Commit message (Collapse)AuthorAge
* pkg/spec.InitFSMounts: optimizeKir Kolyshkin2020-04-02
Instead of getting mount options from /proc/self/mountinfo, which is very costly to read/parse (and can even be unreliable), let's use statfs(2) to figure out the flags we need. [v2: move getting default options to pkg/util, make it linux-specific] Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>