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>