]> git.proxmox.com Git - mirror_spl-debian.git/commit
Fixed typo in spl_slab_alloc()
authorGunnar Beutner <gunnar@beutner.name>
Tue, 11 Oct 2011 17:03:29 +0000 (10:03 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 11 Oct 2011 17:03:43 +0000 (10:03 -0700)
commit8d177c181fb21c7cedd41e27aec2072ef2aed42e
tree5cd0b398da3f1836ea881f0e088a0cc02885a0b3
parent64c075c3f4381df02d206008b94498248cc49324
Fixed typo in spl_slab_alloc()

The typo did not have any effect (apart from a negligible performance
impact) because skc->skc_flags * KMC_OFFSLAB is always non-null when
at least one bit in skc->skc_flags is set.

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