The new lockmgr() function requires spinlocks, not tokens. Take this
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 Dec 2005 04:03:56 +0000 (04:03 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 Dec 2005 04:03:56 +0000 (04:03 +0000)
commit8886b1fc4f9da9d057822658fd256d6391b8f396
treee520d14b880c67ed0261e74ed3ce9990169c5734
parent15a56cb3807bfc9539b6ac36cb59d42bd9af9659
The new lockmgr() function requires spinlocks, not tokens.   Take this
opportunity to convert all use of tokens in SMB to spinlocks since they
are only used to wrap very low level operations.

Reported-by: "Adrian M. Nida" <nida@musc.edu>
sys/netproto/smb/smb_conn.c
sys/netproto/smb/smb_conn.h
sys/netproto/smb/smb_iod.c
sys/netproto/smb/smb_rq.c
sys/netproto/smb/smb_rq.h
sys/netproto/smb/smb_subr.c
sys/netproto/smb/smb_subr.h