one linux, the optional field designates the sharedsubtree information, if any. Signed-off-by: Vincent Batts <vbatts@redhat.com> Upstream-commit: 91b4ac320fd91a6b776713b3c35a51da96024b32 Component: engine
8 lines
161 B
Go
8 lines
161 B
Go
package mount
|
|
|
|
type MountInfo struct {
|
|
Id, Parent, Major, Minor int
|
|
Root, Mountpoint, Opts, Optional string
|
|
Fstype, Source, VfsOpts string
|
|
}
|