]> git.baikalelectronics.ru Git - kernel.git/commit
cifsd: Remove smb2_put_name()
authorMarios Makassikis <mmakassikis@freebox.fr>
Tue, 13 Apr 2021 04:25:57 +0000 (13:25 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:41 +0000 (19:15 -0500)
commite89ce98005d1a88db18e4b70dd27aa6a4f54592d
tree76b19febeddbee25921673e321a0f999da9311d3
parent63239b72ea47c3d3e91c1e85fc9705d3718b531c
cifsd: Remove smb2_put_name()

smb2_put_name() is called twice, and both call sites do the IS_ERR() check
before.

Signed-off-by: Marios Makassikis <mmakassikis@freebox.fr>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/smb2pdu.c