]> git.proxmox.com Git - mirror_spl.git/commit - module/spl/spl-tsd.c
Suppress task_hash_table_init() large allocation warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 31 Aug 2012 03:56:22 +0000 (20:56 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 31 Aug 2012 04:02:52 +0000 (21:02 -0700)
commit46b3945d5da42fe8bf3c9ff8e28dbb8cb88095b9
treee61a5f57ec3ead0fddb9ac1b30115a76a5999609
parentefcd0ca32d099b0dcb556617c82403c150e6018b
Suppress task_hash_table_init() large allocation warning

When various kernel debuging options are enabled this allocation
may be larger than usual as shown by the following warning.  It
is in no way harmful so we suppress the warning.

  SPL: large kmem_alloc(40960, 0x80d0) at
  tsd_hash_table_init:358 (76495/76495)

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #93
module/spl/spl-tsd.c