libfuse: fix fuse_get_context() in non fuse threads

fuse_interrupted(), fuse_get_context(), etc... crashed in non-fuse threads.

Instead return false, NULL or error depending on the function.

Reported by Michael Berlin
2 files changed