]> www.infradead.org Git - users/jedix/linux-maple.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>
Mon, 19 Apr 2021 00:20:51 +0000 (19:20 -0500)
commite3838da6f59d21b56e7cc112e2a987675fb4144f
treeeb359765106045f662c5ae1f6659fc6c46cdc022
parent398f811a589a38b12d7fb94bba96d93aef7b3bf3
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