RE: [PATCH] cifsd: use kfree to free memory allocated by kmalloc or kzalloc

From: Namjae Jeon
Date: Thu Apr 01 2021 - 05:19:16 EST


>
> kfree should be used to free memory allocated by kmalloc or kzalloc to avoid any overhead and for
> maintaining consistency.
>
> Fixes: 5dfeb6d945 ("cifsd: use kmalloc() for small allocations")
> Signed-off-by: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
Looks good. I will apply. Thanks for your patch!