mtag: Use kmalloc flags, instead of just M_WAITOK or M_NOWAIT.
commit21746137b021e802b0f7eaa8af6f7d6eea82e7cb
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 16 Sep 2017 06:45:42 +0000 (16 14:45 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 16 Sep 2017 06:45:42 +0000 (16 14:45 +0800)
treef079f22927064e0f7f2369449e3db16c8492db9e
parent2879f880f341daa4f15404719215c6fe7ecab1b5
mtag: Use kmalloc flags, instead of just M_WAITOK or M_NOWAIT.

This allows more fine-grained mtag allocation control, e.g.
M_INTWAIT|M_NULLOK.
sys/kern/uipc_mbuf2.c
sys/sys/mbuf.h