When the client side krpc does a TCP reconnect for a NFSv4.1/4.2
mount, the fore channel will be bound to the connection when
the first RPC with Sequence (almost all RPCs) is done on the
connection. However, the back channel must be explicitly bound
via BindConnectionToSession as the first RPC on the new connection.
Since the reconnect is done by the client side krpc, this patch
adds an optional upcall for the krpc to perform when a new
connection is created. This upcall is used to perform the
BindConnectionToSession.
Back channels are only configured when the nfscbd(8)
daemon is running. It is recommended to not run
nfscbd(8) until this patch is applied.