commit | 5e9383f97e773e9a5385144ef5561f2ac0ee1349 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Mar 25 15:00:24 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Mar 25 15:00:24 2015 +1100 |
tree | 4ab0bccd3bf921b2b21252ec852e8e460461287f | |
parent | 20dafeefac97d1a690b113f2a954dc84fdf8f290 [diff] |
xfs: Fix incorrect positive ENOMEM return added a positive error return value. This value filters up through the return layers and should be negative as the other return values are in the same function. Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>