Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
}
mdl_cache = kmem_cache_create("wrap_mdl",
sizeof(struct wrap_mdl) + MDL_CACHE_SIZE,
0, 0, NULL, NULL);
0, 0, NULL);
TRACE2("%p", mdl_cache);
if (!mdl_cache) {
ERROR("couldn't allocate MDL cache");