Bug 21805

Summary: msdosfs_vnops comments are incorrect wrt locking
Product: Base System Reporter: mbendiks <mbendiks>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description mbendiks 2000-10-07 05:40:01 UTC
	In /sys/msdosfs/msdosfs_vnops.c, function msdosfs_rename(), the
	comments erronously claim that the parent is locked. This isn't
	correct, according to the UFS code and documentation. Also, the
	code doesn't do it anyway, so someone probably just forgot it.

How-To-Repeat: 
	not relevant.
Comment 1 Boris Popov freebsd_committer freebsd_triage 2000-10-22 15:24:33 UTC
State Changed
From-To: open->closed

Committed, thanks!