pkg/mount: include optional field
one linux, the optional field designates the sharedsubtree information, if any. Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
98e403702a
commit
8f30e895b2
2 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
package mount
|
||||
|
||||
type MountInfo struct {
|
||||
Id, Parent, Major, Minor int
|
||||
Root, Mountpoint, Opts string
|
||||
Fstype, Source, VfsOpts string
|
||||
Id, Parent, Major, Minor int
|
||||
Root, Mountpoint, Opts, Optional string
|
||||
Fstype, Source, VfsOpts string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue