[PATCH 001 of 4] knfsd: Use recv_msg to get peer address for NFSD instead of code-copying

2007-03-05 Thread NeilBrown
The sunrpc server code needs to know the source and destination address for UDP packets so it can reply properly. It currently copies code out of the network stack to pick the pieces out of the skb. This is ugly and causes compile problems with the IPv6 stuff. So, rip that out and use recv_msg

[PATCH 001 of 4] knfsd: Use recv_msg to get peer address for NFSD instead of code-copying

2007-03-05 Thread NeilBrown
The sunrpc server code needs to know the source and destination address for UDP packets so it can reply properly. It currently copies code out of the network stack to pick the pieces out of the skb. This is ugly and causes compile problems with the IPv6 stuff. So, rip that out and use recv_msg