pfil_run_hooks() can be called recursively, so we have to

define FASTROUTE_RECURSION in fil.c

Submitted by:	christos@NetBSD.org
Reported by:	christos@NetBSD.org
Obtained from:	NetBSD r1.31
MFC after:	2 weeks
This commit is contained in:
Cy Schubert 2020-07-17 19:07:56 +00:00
parent 64a1886d5c
commit 1b5e9f7d1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363284

View File

@ -115,6 +115,8 @@ extern int opts;
extern int blockreason;
#endif /* _KERNEL */
#define FASTROUTE_RECURSION
#define LBUMP(x) softc->x++
#define LBUMPD(x, y) do { softc->x.y++; DT(y); } while (0)