git: mtag: Use kmalloc flags, instead of just M_WAITOK or M_NOWAIT.
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Sep 16 07:53:13 PDT 2017
commit 21746137b021e802b0f7eaa8af6f7d6eea82e7cb
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Sat Sep 16 14:45:42 2017 +0800
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.
Summary of changes:
sys/kern/uipc_mbuf2.c | 4 ++--
sys/sys/mbuf.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/21746137b021e802b0f7eaa8af6f7d6eea82e7cb
--
DragonFly BSD source repository
More information about the Commits
mailing list