nfsd: handle repeated BIND_CONN_TO_SESSION
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Apr 2020 21:59:01 +0000 (17:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 6 May 2020 19:59:23 +0000 (15:59 -0400)
commitc2d715a1af75443631b05a49edbd152aef7e8b93
treea92e87c49834c80b3896d844b2ca297bae5225de
parent580da465a0328d597df0087800717814a62da638
nfsd: handle repeated BIND_CONN_TO_SESSION

If the client attempts BIND_CONN_TO_SESSION on an already bound
connection, it should be either a no-op or an error.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c