commit | edfb8ebce225a0638cf62591d4ccb502f052ffd4 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Tue Nov 10 10:09:45 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Tue Nov 10 10:09:45 2015 +1100 |
tree | 4a5a01b0f38928b47f304dcfc564e3bb3c719440 | |
parent | fc0561cefc04e7803c0f6501ca4f310a502f65b8 [diff] |
xfs: Fix error path in xfs_get_acl Error codes from xfs_attr_get other than -ENOATTR were not properly reported. Fix that. In addition, the declaration of struct xfs_inode in xfs_acl.h isn't needed. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>