commit | 3a0f52928a0a06a7c4c735cd325ca646a1e40fae | [log] [tgz] |
---|---|---|
author | Anjali Singhai Jain <anjali.singhai@intel.com> | Wed Jul 27 12:02:30 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 18 11:43:10 2016 -0700 |
tree | 1205bad53950779dc5c3140dfd26cf1a1859df4e | |
parent | eb27163b2e0a2606a044dfdf662ff1c26a63515c [diff] |
i40e: Fix a bug where a client close can be called before an open is complete The client->open call in this path was not protected with the client instance mutex, and hence the client->close can get initiated before the open completes. Change-Id: I0ed60c38868dd3f44966b6ed49a063d0e5b7edf5 Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>