]> www.infradead.org Git - users/hch/misc.git/commit
cifs: Remove unused functions
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 7 Oct 2024 00:48:55 +0000 (01:48 +0100)
committerSteve French <stfrench@microsoft.com>
Wed, 16 Oct 2024 05:30:52 +0000 (00:30 -0500)
commit6aca91c416f626fc0c5146cc4450ea86b831f3dd
treeba0f58c032c28f0e2a24080295b99808dfcb6e12
parent3dfea293f4279b3021cb0ecf3807e763bddb63b9
cifs: Remove unused functions

cifs_ses_find_chan() has been unused since commit
f486ef8e2003 ("cifs: use the chans_need_reconnect bitmap for reconnect status")

cifs_read_page_from_socket() has been unused since commit
d08089f649a0 ("cifs: Change the I/O paths to use an iterator rather than a page list")

cifs_chan_in_reconnect() has been unused since commit
bc962159e8e3 ("cifs: avoid race conditions with parallel reconnects")

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsproto.h
fs/smb/client/connect.c
fs/smb/client/sess.c