Subject: Re: panic: locking against myself
To: None <mouse@Collatz.McRCIM.McGill.EDU>
From: None <jtk@kolvir.blrc.ma.us>
List: current-users
Date: 07/14/1995 21:09:57
Yep, this is a bug in nullfs.  Basically, the stock nullfs passes locks
along to its underlying filesystem.  This won't DTRT in many cases, such
as the one you discovered.

I have some nullfs changes to implement its own locking layer, but I
can't get to the changes until I return from a just-started week-long
trip.  Ping me after the 24th if you'd like my changes.

==John