From 2ae53c15bacf9d75bd1977eff0ab993c0b1bdc8d Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 4 Feb 2010 16:28:28 -0800 Subject: [PATCH] dapl: avoid accessing cm_ptr after queuing to cr_thread It's possible that once a cm_ptr has been added to the hca list, that the cr_thread can remove it from the list and process it or delete it. To avoid any potential issue, do not reference the cm_ptr after placing it on the hca list. Signed-off-by: Sean Hefty -- 2.46.0