Subject: ufs_hashlock mutex in lfs_vget() (lfs_vfsops.c)
To: None <tech-kern@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: tech-kern
Date: 07/23/2007 04:57:04
For background information, see PR/33631 as well as various posts to
the mailing lists.

I've been having problems for quite a while now with frequent lfs
deadlocks.  As of -current of ~one day ago, I built a kernel (i386)
and got two deadlocks while using LFS within a few hours of each
other.  After I applied the LFS part of the patch I sent in for this
problem about two months ago, I've yet to have another deadlock.
*fingers crossed*

Does anyone have any comments on whether or not this patch should be applied:

<http://bahar.aydogan.net/~blair/diffs/lfs_vfsops.c_diff>

Regards,

--Blair