Bug 30334

Summary: mount_nfs ignores acregmin, acregmax, axdirmin and acdirmax options
Product: Base System Reporter: semenu <semenu>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description semenu freebsd_committer freebsd_triage 2001-09-05 12:10:01 UTC
Setting any of ac(reg|dir)(min|max) options in mount_nfs command
line wont take effect. This applies both to -current and -stable

How-To-Repeat: mount_nfs -o acregmin=0,acregmax=0,acdirmin=0,acdirmax=0 foo:/foodir /mnt

Write simple test program that reads file upon pressing enter, and
change the file on server between keypress. You will see stale data.
Use tcpdump to see that no requests are sent, though they should be 
sent as attributes are always invalid.
Comment 1 semenu freebsd_committer freebsd_triage 2002-08-13 12:25:25 UTC
State Changed
From-To: open->closed

Fix commited to both branches.