Able to crash/freeze kernel when accidentally mounting to directories on top of each-other using unionfs Fix: Workaround: carefully check your syntax when mounting How-To-Repeat: # mkdir -p /unionfs/disk1 # mkdir -p /unionfs/disk2 # mount -t unionfs /unionfs/disk1 /unionfs/disk2 # mount -t unionfs /unionfs/disk2 /unionfs/disk1 # touch /unionfs/disk1/foo <freeze or crash>
Responsible Changed From-To: freebsd-bugs->daichi Over to maintainer.
State Changed From-To: open->open commit bit has been taken in for safekeeping.
Responsible Changed From-To: daichi->freebsd-fs
Hi, this problem is still reproductible on 10.0-ALPHA4. Regards, Olivier
State Changed From-To: open->closed duplicate of kern/172334