Suppress 'zfs_sb_create' memory warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 10 Aug 2012 23:39:39 +0000 (16:39 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 10 Aug 2012 23:43:32 +0000 (16:43 -0700)
commitbafc4e9e2ac3b4783a598afb1d2f048ab30c903c
tree67e940657595e91beaf141f407b564eadc624d7f
parentbb8b81ec6250086dd022d49c603104274ce08e09
Suppress 'zfs_sb_create' memory warning

When mutex debugging is enabled in your kernel the increased
size of the mutex structures can push the zfs_sb_t type beyond
the 8k warning threshold.  This isn't harmful so we suppress
the warning for this case.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #628
module/zfs/zfs_vfsops.c