HomeFreeBSD

Suppress 'zfs_sb_create' memory warning

Description

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

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Aug 10 2012, 11:39 PM
Parents
rGbb8b81ec6250: Illumos #1888: zfs(8) should mention zfs recv -e
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGbafc4e9e2ac3: Suppress 'zfs_sb_create' memory warning (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Aug 10 2012, 11:43 PM