Bug 21809

Summary: [patches] Removes legacy code from msdosfs
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

Description mbendiks 2000-10-07 05:40:01 UTC
	The msdosfs sources have vast amounts of legacy code, including several
	sections that are only built if 0 and atari and not FreeBSD. I think it
	is safe to say that we do not need these. As to the msdosfs_root() code
	which didn't work, I'd volunteer to write a replacement if someone gets
	us boot blocks and such for msdosfs.
	The patch also resolves some legacy credential checking.

Fix: In /sys/msdosfs; diff -u4 output:

How-To-Repeat: 
	not relevant.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2001-11-28 16:20:06 UTC
State Changed
From-To: open->closed

Mostly committed, thanks!