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
This commit is contained in:
Semen Ustimenko 2002-08-06 20:26:30 +00:00
parent ab6fc18e52
commit 7ed000f774
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101440

View file

@ -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