X-MFC with:	r337974
This commit is contained in:
Mark Johnston 2018-08-17 16:07:06 +00:00
parent 3ccbdc8254
commit 1436ff1ebb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337977

View File

@ -122,7 +122,7 @@ static void destroy_vpollinfo(struct vpollinfo *vi);
* needed between access of v_iflags and lockless vnode refcount (v_holdcnt
* and v_usecount) updates. Access to v_iflags is generally synchronized
* by the interlock, but we have some internal assertions that check vnode
* flags * without acquiring the lock. Thus, these fences are INVARIANTS-only
* flags without acquiring the lock. Thus, these fences are INVARIANTS-only
* for now.
*/
#ifdef INVARIANTS