always exclude data bufs regardless of debug settings
This commit is contained in:
parent
c3bd46fe5b
commit
ad69d4e266
@ -152,7 +152,7 @@ zio_init(void)
|
||||
(void) sprintf(name, "zio_data_buf_%lu", (ulong_t)size);
|
||||
zio_data_buf_cache[c] = kmem_cache_create(name, size,
|
||||
align, NULL, NULL, NULL, NULL, NULL,
|
||||
cflags | KMC_NOTOUCH);
|
||||
cflags | KMC_NOTOUCH | KMC_NODEBUG);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user