summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorsemenu <semenu@FreeBSD.org>2002-08-06 20:26:30 +0000
committersemenu <semenu@FreeBSD.org>2002-08-06 20:26:30 +0000
commitb00befaa7abe7f3fb8117f14fa07edea7a28975e (patch)
tree91e802fd0b04a86fa70f40a09d8e852428b3d62b /sbin/mount_nfs
parent9e1cd6cb85c2603eb64f682254bc37c961696288 (diff)
downloadFreeBSD-src-b00befaa7abe7f3fb8117f14fa07edea7a28975e.zip
FreeBSD-src-b00befaa7abe7f3fb8117f14fa07edea7a28975e.tar.gz
Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren't
translated from ALTF_* to NFSMNT_* thus these options weren't accepted by kernel. PR: bin/30334 MFC after: 1 week
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index 825febe..07a1901 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -230,6 +230,10 @@ set_flags(int* altflags, int* nfsflags, int dir)
F(RDIRPLUS);
F(RESVPORT);
F(SOFT);
+ F(ACREGMIN);
+ F(ACREGMAX);
+ F(ACDIRMIN);
+ F(ACDIRMAX);
F(NOLOCKD);
#undef F
OpenPOWER on IntegriCloud