HomeFreeBSD

Suppress 'zfs receive' memory warning

Description

Suppress 'zfs receive' memory warning

As part of zfs_ioc_recv() a zfs_cmd_t is allocated in the kernel
which is 17808 bytes in size. This sort of thing in general should
be avoided. However, since this should be an infrequent event for
now we allow it and simply suppress the warning with the KM_NODEBUG
flag. This can be revisited latter if/when it becomes an issue.

Closes #178

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Apr 20 2011, 5:18 PM
Parents
rG9caef54224f8: Added required runlevel info for init on Debian
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGd247f2a3cc24: Suppress 'zfs receive' memory warning (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Apr 20 2011, 5:22 PM