backfs icon indicating copy to clipboard operation
backfs copied to clipboard

Fix recursive mutex problem.

Open ninoles opened this issue 8 years ago • 0 comments

I found some conditions under heavy load where I end up locking the mutex twice. It seems both came from fuse in different threads, but I'm not sure I can avoid it; so I change the mutex for a recursive mutex and it fixes the problem for me.

ninoles avatar Apr 02 '16 18:04 ninoles