SUNRPC: Ensure the server closes sockets in a timely fashion
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 21:30:11 +0000 (16:30 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:57 +0000 (11:53 -0500)
commit69b6ba3712b796a66595cfaf0a5ab4dfe1cf964a
treee75274a8f4b12e086bf3481b98f97a6b5abda00f
parent262a09823bb07c6aafb6c1d312cde613d0b90c85
SUNRPC: Ensure the server closes sockets in a timely fashion

We want to ensure that connected sockets close down the connection when we
set XPT_CLOSE, so that we don't keep it hanging while cleaning up all the
stuff that is keeping a reference to the socket.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
net/sunrpc/svcsock.c