HomeFreeBSD

Quiet down very frequent large allocation warning in ZFS.

Description

Quiet down very frequent large allocation warning in ZFS.

In my machine, dnode_hold_impl() allocates 9992 bytes in DEBUG mode and it
causes a large stream of stack traces in the logs. Instead, use KM_NODEBUG
to quiet down this known large alloc.

Signed-off-by: Ricardo M. Correia <ricardo.correia@oracle.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>

Details

Provenance
Ricardo M. Correia <ricardo.correia@oracle.com>Authored on Sep 17 2010, 11:08 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Sep 17 2010, 11:24 PM
Parents
rG12f30129745a: Add missing Makefile.in from zpool_layout commit
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG1e411a4c12b9: Quiet down very frequent large allocation warning in ZFS. (authored by Ricardo M. Correia <ricardo.correia@oracle.com>).Sep 17 2010, 11:24 PM