commit | aa5dd6fa6f5d4bdc82a67e952bba8ad2e98d77e2 | [log] [tgz] |
---|---|---|
author | Aviad Yehezkel <aviadye@mellanox.com> | Thu Jan 18 15:41:51 2018 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Fri Jan 19 06:44:22 2018 +0100 |
tree | 5a82ca3b3f6e651b76341476530f26c39f42a222 | |
parent | cc01572e2fb080e279ca625f239aca61f435ebf3 [diff] |
xfrm: fix error flow in case of add state fails If add state fails in case of device offload, netdev refcount will be negative since gc task is attempting to dev_free this state. This is fixed by putting NULL in state dev field. Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com> Signed-off-by: Boris Pismeny <borisp@mellanox.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>