commit | f9a07841441e63a96d1a416f68ee2eeb78bface0 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 30 10:44:37 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 30 10:44:37 2008 +0000 |
tree | 2b7ec2eacffa883715c851dcb23230ce82cd2de2 | |
parent | db508e3b8223c4235318a4022c5f22da0fdd4fac [diff] [blame] |
- add FIXME to use hasmntopt()
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 @@ 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)) {