]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
insmntque() is always called with the lock held in exclusive mode,
authorattilio <attilio@FreeBSD.org>
Mon, 19 Nov 2012 20:43:19 +0000 (20:43 +0000)
committerattilio <attilio@FreeBSD.org>
Mon, 19 Nov 2012 20:43:19 +0000 (20:43 +0000)
commite331787780eea9671a3c0fa076f46f68aed00b42
tree7b66d9dcae0e215770f013c034b2664b46a44410
parent4e78de3f1a018269f50c0aabf6c186898b96dd6d
insmntque() is always called with the lock held in exclusive mode,
then:
- assume the lock is held in exclusive mode and remove a moot check
  about the lock acquisition.
- in the destructor remove !MPSAFE specific chunk.

Reviewed by: kib
MFC after: 2 weeks
sys/kern/vfs_subr.c