cifs: allow matching of tcp sessions in CifsNew state
authorJeff Layton <jlayton@redhat.com>
Tue, 21 Sep 2010 15:14:46 +0000 (08:14 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 29 Sep 2010 19:04:31 +0000 (19:04 +0000)
commitab9db8b737210bec365593a04dd1c534220bb311
tree09ea9395d7a54737c83f90e3558836d1ccbdd7c6
parent5fe97cfddc426f3145e8673b68faab7e54462173
cifs: allow matching of tcp sessions in CifsNew state

With commit 7332f2a6217ee6925f83ef0e725013067ed316ba, cifsd will no
longer exit when the socket abends and the tcpStatus is CifsNew. With
that change, there's no reason to avoid matching an existing session in
this state.

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