Primarily add a missing lwkt_reltoken() in ntfs_ntput(), plus a little
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 29 Dec 2003 18:04:50 +0000 (18:04 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 29 Dec 2003 18:04:50 +0000 (18:04 +0000)
commit535e82828b5267a2e528e2f2225a5b4c18dd3dec
tree0b390c6172bf5ff78d4ac84989388de73d249119
parent26022a6c8d8996419c296f0f5dead1f09d1159a7
Primarily add a missing lwkt_reltoken() in ntfs_ntput(), plus a little
cleanup.  Remove a few gettoken/reltoken pairs (depend on the MP lock more).
NTFS, as a non-critical filesystem, will eventually be serialized anyway.

From-panics-reported-by: Adam K Kirchhoff <adamk@voicenet.com>
sys/vfs/ntfs/ntfs_subr.c