kdbus: don't unlink interrupted replies 23/264823/3
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 30 Sep 2021 06:44:57 +0000 (15:44 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 1 Oct 2021 07:25:23 +0000 (07:25 +0000)
commit1cb2541ce6d35eb3f3d0dd7e2749c11ba267c2ba
tree5cf060402a73373dc3d45f42529bedd04ef72371
parenta3ab8122aee25b0a8dc9d5dec53bc0ce7dcb6fc0
kdbus: don't unlink interrupted replies

When a signal breaks a synchronous call, and a reply is received
before restart is executed, then the reply is unlinked and the restarted
call can't pick it up anymore.

This commit leaves replies linked if they were interrupted.

Change-Id: I89c353ecc2bae83f7c12bb199480423d743ed5bc
Signed-off-by: Adrian Szyndela <adrian.s@samsung.com>
ipc/kdbus/connection.c