Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 09/29/1998 23:50:11
Module Name: src
Committed By: jonathan
Date: Wed Sep 30 06:50:11 UTC 1998
Modified Files:
src/sys/miscfs/nullfs: null_subr.c
Log Message:
Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>:
stop null_node_create() from locking the nullfs mountpoint multiple
times. Avoids a guaranteed, repeatably "locking against myself" panic
during mount of a nullfs filesystem. nullfs filesystems are still as
buggy as ever (e.g., see PR# 4907) but this you at least mount them.