Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch: nfs-utils: Fix elder libc statx problem 76c21e3f ("mountd: Check the stat() return values in match_fsid()") [1] introduced new error handling. It sets errno to 0 and assumes that it is stable when there are no errors. However, this conflicts with the logic in support/misc/xstat.c, which sets errno to ENOSYS if glibc doesn't support statx() or has an incomplete emulation [2]. Work around by returning "no match" in case of errors as before.
- Loading branch information