commit | f3af4ad1e08a8a9e61878b9f72751a5b76b3baf9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Sep 29 22:29:44 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 15 13:28:00 2020 +0100 |
tree | fb7134dfebe6cd067613723a0ccc454f6bea55bb | |
parent | d25e2e9388eda61b6e298585024ee3355f50c493 [diff] |
rxrpc: Fix bundle counting for exclusive connections Fix rxrpc_unbundle_conn() to not drop the bundle usage count when cleaning up an exclusive connection. Based on the suggested fix from Hillf Danton. Fixes: 245500d853e9 ("rxrpc: Rewrite the client connection manager") Reported-by: syzbot+d57aaf84dd8a550e6d91@syzkaller.appspotmail.com Signed-off-by: David Howells <dhowells@redhat.com> cc: Hillf Danton <hdanton@sina.com>