Re: [PATCH] cifs: fix wrong release in sess_alloc_buffer() failed path

From: Paulo Alcantara
Date: Tue Aug 17 2021 - 20:30:28 EST


Ding Hui <dinghui@xxxxxxxxxxxxxx> writes:

> smb_buf is allocated by small_smb_init_no_tc(), and buf type is
> CIFS_SMALL_BUFFER, so we should use cifs_small_buf_release() to
> release it in failed path.
>
> Signed-off-by: Ding Hui <dinghui@xxxxxxxxxxxxxx>
> ---
> fs/cifs/sess.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Paulo Alcantara (SUSE) <pc@xxxxxx>