Skip to content

Commit

Permalink
types/features: clarify MountOptions
Browse files Browse the repository at this point in the history
`MountOptions` does not contain `const void *data` options.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 7, 2021
1 parent deb0a5f commit 97688dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Features struct {

// MountOptions is the list of the recognized mount options, e.g., "ro".
// 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"`

// Linux is specific to Linux.
Expand Down

0 comments on commit 97688dd

Please sign in to comment.