mirror of
https://github.com/sheumann/hush.git
synced 2025-01-15 18:30:43 +00:00
- add FIXME to use hasmntopt()
This commit is contained in:
parent
db508e3b82
commit
f9a0784144
@ -313,6 +313,7 @@ static long parse_mount_options(char *options, char **unrecognized)
|
|||||||
|
|
||||||
if (comma) *comma = '\0';
|
if (comma) *comma = '\0';
|
||||||
|
|
||||||
|
/* FIXME: use hasmntopt() */
|
||||||
// Find this option in mount_options
|
// Find this option in mount_options
|
||||||
for (i = 0; i < ARRAY_SIZE(mount_options); i++) {
|
for (i = 0; i < ARRAY_SIZE(mount_options); i++) {
|
||||||
if (!strcasecmp(option_str, options)) {
|
if (!strcasecmp(option_str, options)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user