aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 9107e4308..aa17872da 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1147,7 +1147,7 @@ static NOINLINE int nfsmount(struct mntent *mp, long vfsflags, char *filteropts)
1147 continue; 1147 continue;
1148 } 1148 }
1149 1149
1150 val = xatoi_u(opteq); 1150 val = xatoi_positive(opteq);
1151 switch (idx) { 1151 switch (idx) {
1152 case 0: // "rsize" 1152 case 0: // "rsize"
1153 data.rsize = val; 1153 data.rsize = val;