Merge pull request #14852 from rhatdan/relabel

Rename internal field Relabel to Mode
This commit is contained in:
Jessie Frazelle
2015-07-27 10:31:08 -07:00
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -274,6 +274,6 @@ type MountPoint struct {
Source string
Destination string
Driver string `json:",omitempty"`
Mode string // this is internally named `Relabel`
Mode string
RW bool
}