mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
Make use of ZFS_DEBUG consistent within kmod sources
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #10623
This commit is contained in:
@@ -4401,7 +4401,7 @@ metaslab_trace_add(zio_alloc_list_t *zal, metaslab_group_t *mg,
|
||||
*/
|
||||
if (zal->zal_size == metaslab_trace_max_entries) {
|
||||
metaslab_alloc_trace_t *mat_next;
|
||||
#ifdef DEBUG
|
||||
#ifdef ZFS_DEBUG
|
||||
panic("too many entries in allocation list");
|
||||
#endif
|
||||
METASLABSTAT_BUMP(metaslabstat_trace_over_limit);
|
||||
|
||||
Reference in New Issue
Block a user