vnet: add CURVNET_ASSERT_SET for !VIMAGE

Reported by:	ler
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2022-02-19 21:00:00 +00:00
parent 577130e56e
commit 430e0e409c

View File

@ -407,6 +407,7 @@ do { \
#define CURVNET_SET(arg)
#define CURVNET_SET_QUIET(arg)
#define CURVNET_RESTORE()
#define CURVNET_ASSERT_SET() \
#define VNET_LIST_RLOCK()
#define VNET_LIST_RLOCK_NOSLEEP()