Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/29/2006 01:37:12
Module Name:	src
Committed By:	pooka
Date:		Fri Dec 29 01:37:12 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c

Log Message:
Don't allow calls to be queued while MOUNTING.  We don't make any
kernel->server calls at that time and it allows a window where
operations use an incorrect root node cookie.

XXX: there's still a (very much smaller and biglock safe) race, but
that's going to be solved by some more thorough restructuring


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/puffs/puffs_msgif.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.