[PATCH v3 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy

2018-08-10 Thread Coly Li
kmem_cache_destroy() is safe for NULL pointer as input, the NULL pointer checking is unncessary. This patch just removes the NULL pointer checking to make code simpler. Signed-off-by: Coly Li Reviewed-by: Shenghui Wang --- drivers/md/bcache/request.c | 3 +-- 1 file changed, 1 insertion(+), 2

[PATCH v3 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy

2018-08-10 Thread Coly Li
kmem_cache_destroy() is safe for NULL pointer as input, the NULL pointer checking is unncessary. This patch just removes the NULL pointer checking to make code simpler. Signed-off-by: Coly Li Reviewed-by: Shenghui Wang --- drivers/md/bcache/request.c | 3 +-- 1 file changed, 1 insertion(+), 2