Bug 31982

Summary: Creating a FIFO on ext2 causes kernel explosion
Product: Base System Reporter: Dave Swegen <dswegen>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Dave Swegen 2001-11-14 15:50:00 UTC
A while back we were evaluating using ext2 in conjunction with FreeBSD 4.1 for one of our products. However we came across a pretty bad problem, in that the kernel died (no panic messages as I recall). The cause seemed to be when a fifo was created on an ext2 fs.

How-To-Repeat: Haven't looked at it for a while, but AFAIK it should be enough to do a mkfifo on an ext2 partition. We discovered it when we were restoring a backup from tape.
Comment 1 Bruce Evans freebsd_committer freebsd_triage 2001-11-16 07:01:43 UTC
State Changed
From-To: open->closed

Fixed more than a a year ago (in time for FreeBSD-4.2R) in revs 
1.154 and 1.131.2.2 of ufs_vnops.c.