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