freebsd-dev/sys/ofed
Alfred Perlstein c02a5c3915 Fix resource free.
The order of releasing resources in mlxen was wrong, which caused
panic on reload of the module.

conf_ctx list should be released before stat_ctx list, otherwise
the leafs in conf_ctx list won't be released because of the dependancy.

The fix is to change the order of the releases.

Submitted by:	Shahar Klein (shahark at mellanox.com)
2013-10-17 12:19:36 +00:00
..
drivers Fix resource free. 2013-10-17 12:19:36 +00:00
include Fix __free_pages() in the linux shim. 2013-10-15 15:50:43 +00:00