cifs: remove unneeded address argument from cifs_find_tcp_session and match_server
authorJeff Layton <jlayton@redhat.com>
Mon, 26 Nov 2012 16:09:57 +0000 (11:09 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 5 Dec 2012 19:27:30 +0000 (13:27 -0600)
commit9fa114f74feb140ac93e5983428c8f9312ffd6c2
tree1f610de0857206e4c8f78f81b166dd901875a3fc
parent1cc9bd68617f2a92dcd6e4398288341d16cfb5c1
cifs: remove unneeded address argument from cifs_find_tcp_session and match_server

Now that the smb_vol contains the destination sockaddr, there's no need
to pass it in separately.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c