mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
types/features: clarify MountOptions
`MountOptions` does not contain `const void *data` options. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -16,6 +16,7 @@ type Features struct {
|
|||||||
|
|
||||||
// MountOptions is the list of the recognized mount options, e.g., "ro".
|
// MountOptions is the list of the recognized mount options, e.g., "ro".
|
||||||
// Nil value means "unknown", not "no support for any mount option".
|
// Nil value means "unknown", not "no support for any mount option".
|
||||||
|
// This list does not contain filesystem-specific options passed to mount(2) syscall as (const void *).
|
||||||
MountOptions []string `json:"mountOptions,omitempty"`
|
MountOptions []string `json:"mountOptions,omitempty"`
|
||||||
|
|
||||||
// Linux is specific to Linux.
|
// Linux is specific to Linux.
|
||||||
|
|||||||
Reference in New Issue
Block a user