Commit 602557a
Bugfix: Prevent deadlock in opendir_func
When returning neither None or an int from opendir, fuse-python does not release
the GIL and as a result, the application deadlocks.
This is a simple fix, solving the issue by removing the premature return and
instead using the OUT path already present in the EPILOGUE macro.1 parent f489863 commit 602557a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| |||
0 commit comments