svcrpc: svc_tcp_sendto XPT_DEAD check is redundant
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 23 Oct 2010 15:55:53 +0000 (11:55 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 25 Oct 2010 21:59:34 +0000 (17:59 -0400)
commit42d7ba3d6d56a6cbc773284896108b1e2ebcee81
tree3d0d908c39ae228e4b51c3bec8d5bd5188397637
parent01dba075d571f5a8b7dcb153fdfd14e981c4cee3
svcrpc: svc_tcp_sendto XPT_DEAD check is redundant

The only caller (svc_send) has already checked XPT_DEAD.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svcsock.c