- add FIXME to use hasmntopt()
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 30 May 2008 10:44:37 +0000 (10:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 30 May 2008 10:44:37 +0000 (10:44 -0000)
util-linux/mount.c

index 2efa7764439c3f79f70b035154354ceba5fda7d5..de05580247ba38db516012f72a8cbaacad8e3436 100644 (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)) {