SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Fri, 20 Jan 2012 12:55:39 +0000 (16:55 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 3 Feb 2012 19:26:43 +0000 (14:26 -0500)
commit9f912ceb7ed1df1ed98ad2c28995dd66529a690a
tree57ffee2d8b7af05fead0259fe59925312104a643
parent3476964dba98641716173445aade77d40cc6f27a
SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF

This is a cleanup patch.
Service temporary sockets can be TCP or RDMA only. But XPT_CHNGBUF service
socket flag is checked only for UDP sockets on receive.
Thus (if I don't miss something non-obvious) this bit raising for temporary
sockets can be removed.

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