commit | 1fa7d5fc96af3b8e2a9bba347e902637576c5dc5 | [log] [tgz] |
---|---|---|
author | Sujin Panicker <quic_spanic@quicinc.com> | Mon Apr 24 18:24:39 2023 +0530 |
committer | Sujin Panicker <quic_spanic@quicinc.com> | Tue Jun 20 17:52:35 2023 +0530 |
tree | ea5918f9194980a80d23be4092daa62958313b00 | |
parent | b8cf4cfcf3dfcf3e7f892fc93d2c3435dcaf86a9 [diff] |
pal: Protect session open with graph lock Concurrent open and close of different streams on the same backend, leads to a race condition on the same device obj metadata, causing metadata corruption. To avoid such cases, protect session_open with graph_lock. Change-Id: Ibd01653091d08172a7129094bd7c030868ecf385