svcrdma: Return error from rdma_read_xdr so caller knows to free context
authorTom Tucker <tom@opengridcomputing.com>
Tue, 6 May 2008 15:04:50 +0000 (10:04 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Mon, 19 May 2008 12:33:49 +0000 (07:33 -0500)
The rdma_read_xdr function did not discriminate between no read-list and
an error posting the read-list. This results in a leak of a page if there
is an error posting the read-list.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>

No differences found