]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Suppress kmem_alloc() warning in zfs_prop_set_special()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 16 Sep 2011 03:23:50 +0000 (20:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 16 Sep 2011 03:26:51 +0000 (20:26 -0700)
commitfa6e5ced2fba92555019c7bc09b4c4b98c1a5323
tree1580e6e0cc9f369ca13a7272486de0ec05f09006
parenta65666f63856653faa9e4a7f35690b73512641ce
Suppress kmem_alloc() warning in zfs_prop_set_special()

Suppress the warning for this large kmem_alloc() because it is not
that far over the warning threshhold (8k) and it is short lived.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/zfs_ioctl.c