]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove the do { } while(0) from the VOP lock assert macros. This was
authorjeff <jeff@FreeBSD.org>
Sun, 13 Oct 2002 04:19:44 +0000 (04:19 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 13 Oct 2002 04:19:44 +0000 (04:19 +0000)
commitec9727e8a45de00a008016614ac6c8083fcb3aad
tree55a631945fc07c3a2ab6ff478dfa6c0463738ed7
parentc6eea350fcfdb6696d8e29427e3457e4a5723027
 - Remove the do { } while(0) from the VOP lock assert macros.  This was
   not optimized away by the compiler in time for it to still leave the VOP
   functions as inlines.

Submitted by: bde
sys/sys/vnode.h