]> granicus.if.org Git - zfs/commit
Remove non-portable pointer is valid assert
authorMatthew Macy <mmacy@freebsd.org>
Fri, 25 Oct 2019 20:46:07 +0000 (13:46 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 25 Oct 2019 20:46:07 +0000 (13:46 -0700)
commit0ee89a1252f23fa2f1086670e47091400b1f857a
treedb5c3b6bdceef172897100c707c4853b8e3ae33d
parentc392c5aec06837aaf6d780fa6ba4dce5a84f6acb
Remove non-portable pointer is valid assert

This assert makes non portable assumptions about the state of memory
returned by the memory allocator.

Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9506
module/zfs/dnode.c