Bug 12651

Summary: NFS readdirplus call is broken (with patch)
Product: Base System Reporter: bp <bp>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description bp 1999-07-15 13:10:01 UTC
	Hash value calculation in componentname.cn_hash structure
has been changed and this change isn't reflected in NFS 
nfs_readdirplusrpc() function.

How-To-Repeat: 
	Code works but not in the way that it was designed.
Comment 1 Bill Paul freebsd_committer freebsd_triage 1999-07-30 05:53:47 UTC
State Changed
From-To: open->closed


Patch applied to both the -current and -stable branches. Also note that 
other bugs in nfs_readdirplusrpc() and nfsrv_readdirplus() were recently 
fixed.