View | Details | Raw Unified
Collapse All | Expand All

(-) ntoskernel.c~ (-1 / +1 lines)
 Lines 2594-2600    Link Here 
	}
	}
	mdl_cache = kmem_cache_create("wrap_mdl",
	mdl_cache = kmem_cache_create("wrap_mdl",
				      sizeof(struct wrap_mdl) + MDL_CACHE_SIZE,
				      sizeof(struct wrap_mdl) + MDL_CACHE_SIZE,
				      0, 0, NULL, NULL);
				      0, 0, NULL);
	TRACE2("%p", mdl_cache);
	TRACE2("%p", mdl_cache);
	if (!mdl_cache) {
	if (!mdl_cache) {
		ERROR("couldn't allocate MDL cache");
		ERROR("couldn't allocate MDL cache");