diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_mbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c index 8f24146..e7a4ff5 100644 --- a/sys/kern/subr_mbuf.c +++ b/sys/kern/subr_mbuf.c @@ -630,8 +630,6 @@ mb_alloc(struct mb_lstmngr *mb_list, int how, short type, short persist, how = M_TRYWAIT; } } - if ((flags & M_DONTWAIT) == 0) - GIANT_REQUIRED; #endif m = NULL; |