[PATCH] Fix bug in svc_udp_recvfrom
Hirokazu Takahashi <taka@valinux.co.jp> noticed that svc_udp_recvfrom wouild set some fields in rqstp->rq_arg wrongly if the request was shorter than one page. This patch makes the code in udp_recvfrom the same as the (correct) code in tcp_recvfrom.
Showing
Please register or sign in to comment