diff options
-rw-r--r-- | util-linux/mount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index bc5285052..0baa74c7c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -1129,6 +1129,9 @@ static NOINLINE int nfsmount(struct mntent *mp, long vfsflags, char *filteropts) | |||
1129 | continue; | 1129 | continue; |
1130 | case 20: // "addr" - ignore | 1130 | case 20: // "addr" - ignore |
1131 | continue; | 1131 | continue; |
1132 | case -1: // unknown | ||
1133 | if (vfsflags & MS_REMOUNT) | ||
1134 | continue; | ||
1132 | } | 1135 | } |
1133 | 1136 | ||
1134 | val = xatoi_positive(opteq); | 1137 | val = xatoi_positive(opteq); |