diff --git a/mount/flags.go b/mount/flags.go index 4305d15..d2fb1fb 100644 --- a/mount/flags.go +++ b/mount/flags.go @@ -73,6 +73,7 @@ func parseOptions(options string) (int, string) { func ParseTmpfsOptions(options string) (int, string, error) { flags, data := parseOptions(options) validFlags := map[string]bool{ + "": true, "size": true, "mode": true, "uid": true,