commit | 014b34409fb2015f63663b6cafdf557fdf289628 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@gmail.com> | Wed Jan 16 15:58:34 2013 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Mon Jan 21 13:45:23 2013 +1000 |
tree | fd30b4512a1f2a992c03bcf808ead98f4d1b21fa | |
parent | 630541863b29f88c7ab34e647758344e4cd1eafd [diff] |
ttm: on move memory failure don't leave a node dangling if we have a move notify callback, when moving fails, we call move notify the opposite way around, however this ends up with *mem containing the mm_node from the bo, which means we double free it. This is a follow on to the previous fix. Reviewed-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>