freebsd-dev/module/nvpair
Brian Behlendorf efcd79a883 Retire KM_NODEBUG
Callers of kmem_alloc() which passed the KM_NODEBUG flag to suppress
the large allocation warning have been replaced by vmem_alloc() as
appropriate.  The updated vmem_alloc() call will not print a warning
regardless of the size of the allocation.

A careful reader will notice that not all callers have been changed
to vmem_alloc().  Some have only had the KM_NODEBUG flag removed.
This was possible because the default warning threshold has been
increased to 32k.  This is desirable because it minimizes the need
for Linux specific code changes.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2015-01-16 14:40:32 -08:00
..
fnvpair.c Illumos #3464 2013-09-04 16:01:24 -07:00
Makefile.in Illumos #2619 and #2747 2013-01-08 10:35:35 -08:00
nvpair_alloc_fixed.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
nvpair_alloc_spl.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
nvpair.c Explicitly include SPL compat headers 2014-11-19 12:30:39 -05:00