Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mount/fuse: Fix graph-switch when reader-thread-count is set | Pranith Kumar K | 2020-10-05 | 1 | -0/+65 |
Problem: The current graph-switch code sets priv->handle_graph_switch to false even when graph-switch is in progress which leads to crashes in some cases Fix: priv->handle_graph_switch should be set to false only when graph-switch completes. fixes: #1539 Change-Id: I5b04f7220a0a6e65c5f5afa3e28d1afe9efcdc31 Signed-off-by: Pranith Kumar K <pranith.karampuri@phonepe.com> |