commit | c211524029a1495763889c1489401c3e62a8e11b | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Feb 22 14:15:30 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 23 13:46:24 2019 -0800 |
tree | 4a4dfb67b4ebc462ffbd17088b3212f51e08d684 | |
parent | 923b55cf5078f2fe2f11d1b3a9b3d5ecf07a5efc [diff] |
kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_init There has check NULL on kmem_cache_create on failure in kcm_init, no need use SLAB_PANIC to panic the system. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>