diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2014-09-06 06:27:03 +0200 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-07 23:23:42 -0700 |
commit | e2c916078ea33fe14a208c5b4ba6fe8e52ecda1a (patch) | |
tree | ab52913999553247ee09a995b812246b8e2f6168 /glusterfs.spec.in | |
parent | b59ec2c308b19bc1c1be825e6049a3f435039d8a (diff) |
Always check for ENODATA with ENOATTR
Linux defines ENODATA and ENOATTR with the same value, which means that
code can miss on on the two without breaking.
FreeBSD does not have ENODATA and GlusterFS defines it as ENOATTR just
like Linux does.
On NetBSD, ENODATA != ENOATTR, hence we need to check for both values
to get portable behavior.
This is a backport of I003a3af055fdad285d235f2a0c192c9cce56fab8
BUG: 1138897
Change-Id: I272cd53e637993c7fd2ac74bd607001d3581ced7
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/8634
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
0 files changed, 0 insertions, 0 deletions