]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Disable page allocation warnings for super block
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Nov 2012 18:31:54 +0000 (10:31 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Nov 2012 19:04:44 +0000 (11:04 -0800)
commit004324ecc646ae909e721dc9eda8b1f57e9db71b
tree76080a3e67d0530d18f5e4a3f937385a85b85662
parent56a517ae3ab9b2d848a5e671d276396970ed4718
Disable page allocation warnings for super block

Due to the slightly increased size of the ZFS super block
caused by 30315d2 there are now allocation warnings.  The
allocation size is still small (just over 8k) and super
blocks are rarely allocated so we suppress the warning.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1101
module/zfs/zfs_znode.c