aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 10:44:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 10:44:37 +0000
commitf9a07841441e63a96d1a416f68ee2eeb78bface0 (patch)
tree2b7ec2eacffa883715c851dcb23230ce82cd2de2 /util-linux/mount.c
parentdb508e3b8223c4235318a4022c5f22da0fdd4fac (diff)
downloadbusybox-f9a07841441e63a96d1a416f68ee2eeb78bface0.tar.gz
- add FIXME to use hasmntopt()
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c1
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)
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)) {