projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db508e3
)
- add FIXME to use hasmntopt()
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 30 May 2008 10:44:37 +0000
(10:44 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 30 May 2008 10:44:37 +0000
(10:44 -0000)
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index
2efa776
..
de05580
100644
(file)
--- 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)) {