Subject: CVS commit: [netbsd-3] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/17/2006 15:18:50
Module Name:	src
Committed By:	tron
Date:		Fri Mar 17 15:18:50 UTC 2006

Modified Files:
	src/sys/dev [netbsd-3]: fss.c fssvar.h

Log Message:
Pull up following revision(s) (requested by chs in ticket #1202):
	sys/dev/fssvar.h: revision 1.13 via patch
	sys/dev/fss.c: revision 1.23 via patch
use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl().
only take the lock when we actually need it (and particularly not for
unknown cmds that are just going to fail immediately).  fixes PR 33060.


To generate a diff of this commit:
cvs rdiff -r1.13.2.2 -r1.13.2.3 src/sys/dev/fss.c
cvs rdiff -r1.8.2.1 -r1.8.2.2 src/sys/dev/fssvar.h

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