commit | d16d40093a95f2b31007d7a7abefc50e6b27e236 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Tue May 06 10:04:50 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:49 2008 -0500 |
tree | 9237f839221763fccb50c6115e9caf9584311539 | |
parent | 58e8f62137f1c55fe3d31234167660f2ce509297 [diff] |
svcrdma: Return error from rdma_read_xdr so caller knows to free context 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>