xfs: remove incorrect error negation in attr_multi ioctl
authorBrian Foster <bfoster@redhat.com>
Wed, 21 Jan 2015 23:04:24 +0000 (10:04 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 21 Jan 2015 23:04:24 +0000 (10:04 +1100)
xfs_compat_attrmulti_by_handle() calls memdup_user() which returns a
negative error code. The error code is negated by the caller and thus
incorrectly converted to a positive error code.

Remove the error negation such that the negative error is passed
correctly back up to userspace.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_ioctl32.c

Simple merge