diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 2efa77644..de0558024 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -313,6 +313,7 @@ static long parse_mount_options(char *options, char **unrecognized) | |||
313 | 313 | ||
314 | if (comma) *comma = '\0'; | 314 | if (comma) *comma = '\0'; |
315 | 315 | ||
316 | /* FIXME: use hasmntopt() */ | ||
316 | // Find this option in mount_options | 317 | // Find this option in mount_options |
317 | for (i = 0; i < ARRAY_SIZE(mount_options); i++) { | 318 | for (i = 0; i < ARRAY_SIZE(mount_options); i++) { |
318 | if (!strcasecmp(option_str, options)) { | 319 | if (!strcasecmp(option_str, options)) { |