]> git.itanic.dy.fi Git - linux-stable/commit
cifs: make cifs_chan_update_iface() a void function
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 8 Jan 2024 09:08:29 +0000 (12:08 +0300)
committerSteve French <stfrench@microsoft.com>
Tue, 9 Jan 2024 04:36:26 +0000 (22:36 -0600)
commit8d606c311b75e81063b4ea650b301cbe0c4ed5e1
tree941f3b5bd7b30db2efc56ba043166b15ef73bd8d
parentc3a11c0ec66c1e0652e3a2bb4f5cc74eea0ba486
cifs: make cifs_chan_update_iface() a void function

The return values for cifs_chan_update_iface() didn't match what the
documentation said and nothing was checking them anyway.  Just make it
a void function.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsproto.h
fs/smb/client/sess.c