blob: ec8e8bca2a13700aa338feae6f549e65dd4f2141 [file] [log] [blame]
package mount
type MountInfo struct {
Id, Parent, Major, Minor int
Root, Mountpoint, Opts, Optional string
Fstype, Source, VfsOpts string
}