- add FIXME to use hasmntopt()

This commit is contained in:
Bernhard Reutner-Fischer 2008-05-30 10:44:37 +00:00
parent db508e3b82
commit f9a0784144

View File

@ -313,6 +313,7 @@ static long parse_mount_options(char *options, char **unrecognized)
if (comma) *comma = '\0';
/* FIXME: use hasmntopt() */
// Find this option in mount_options
for (i = 0; i < ARRAY_SIZE(mount_options); i++) {
if (!strcasecmp(option_str, options)) {