Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fusefrontend: xattr: return ENOSYS on unsupported flags
We previously returned EPERM to prevent the kernel from blacklisting our xattr support once we get an unsupported flag, but this causes lots of trouble on MacOS: Cannot save files from GUI apps, see #229 Returning ENOSYS triggers the dotfiles fallback on MacOS and fixes the issue.
- Loading branch information