git: kernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Nov 22 09:47:50 PST 2013
commit bf5c9750b3fd61f32c00f2ca29c2106a761bcaea
Author: Alexandre Perrin <alex at kaworu.ch>
Date: Fri Nov 22 18:19:22 2013 +0100
kernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
M_INTWAIT will not return NULL unless M_NULLOK is passed too.
Summary of changes:
sys/kern/subr_kobj.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf5c9750b3fd61f32c00f2ca29c2106a761bcaea
--
DragonFly BSD source repository
More information about the Commits
mailing list