diff options
-rw-r--r-- | utils/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount.c b/utils/mount.c index 8e593aac..e9f64d85 100644 --- a/utils/mount.c +++ b/utils/mount.c @@ -248,7 +248,7 @@ do_mount (struct fs *fs, int remount) { ARGZ (add (&fsopts, &fsopts_len, o)); } - else + else if (strcmp (o, "defaults") != 0) { /* Prepend `--' to the option to make a long option switch, e.g. `--ro' or `--rsize=1024'. */ |