Wei,
> memory allocated by kmem_cache_alloc() should be freed using
> kmem_cache_free(), not kfree().
Applied to 4.21/scsi-queue, thanks!
--
Martin K. Petersen Oracle Linux Engineering
On Mon, 2018-12-17 at 12:19 +, Wei Yongjun wrote:
> memory allocated by kmem_cache_alloc() should be freed using
> kmem_cache_free(), not kfree().
>
> Fixes: ad669505c4e9 ("scsi: target/core: Make sure that
> target_wait_for_sess_cmds() waits long enough")
> Signed-off-by: Wei Yongjun
> ---
memory allocated by kmem_cache_alloc() should be freed using
kmem_cache_free(), not kfree().
Fixes: ad669505c4e9 ("scsi: target/core: Make sure that
target_wait_for_sess_cmds() waits long enough")
Signed-off-by: Wei Yongjun
---
drivers/target/target_core_transport.c | 2 +-
1 file changed, 1 in
3 matches
Mail list logo