From f9a07841441e63a96d1a416f68ee2eeb78bface0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 30 May 2008 10:44:37 +0000 Subject: - add FIXME to use hasmntopt() --- util-linux/mount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util-linux/mount.c b/util-linux/mount.c index 2efa776..de05580 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -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)) { -- cgit v1.1