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

From: Steve French
Date: Tue Aug 17 2021 - 22:46:32 EST


tentatively merged into cifs-2.6.git for-next pending more testing

On Tue, Aug 17, 2021 at 7:33 PM Paulo Alcantara <pc@xxxxxx> wrote:
>
> 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>



--
Thanks,

Steve