commit | 5d1af5c83232c5a02b9dc0fe43053b4ddc005224 | [log] [tgz] |
---|---|---|
author | Miroslaw Walukiewicz <miroslaw.walukiewicz@intel.com> | Tue Apr 21 16:16:48 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Apr 21 16:16:48 2009 -0700 |
tree | 705fa258b696855d355fa8ebf2af84ced5f3fa29 | |
parent | cc005fa20c5229c283bea4958869da1e3c8a3720 [diff] |
RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq() In error paths where a CQ is not created, pbl is not freeed properly. In nes_destroy_cq(), add the corresponding check for nescq->mcrqf to not call nes_free_resource() when it is already done in nes_create_cq(). Signed-off-by: Miroslaw Walukiewicz <miroslaw.walukiewicz@intel.com> Signed-off-by: Chien Tung <chien.tin.tung@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>