commit | 2677a7680e773195a4fdabd163d756cac1b9abd7 | [log] [tgz] |
---|---|---|
author | Ira Weiny <ira.weiny@intel.com> | Thu Jul 28 15:21:26 2016 -0400 |
committer | Doug Ledford <dledford@redhat.com> | Tue Aug 02 22:46:21 2016 -0400 |
tree | d8640d01378b5d7ffa798f00cbcd29d686d9a1d4 | |
parent | 082b3532915395ea6620ba691138baf151a543b0 [diff] |
IB/hfi1: Fix memory leak during unexpected shutdown During an unexpected shutdown, references to tid_rb_node were NULL'ed out without properly being released. Fix this by calling clear_tid_node in the mmu notifier remove callback rather than after these callbacks are called. Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>