On Wed, Mar 9, 2011 at 2:28 AM, Jason Gunthorpe
<[email protected]> wrote:
> -                       ret = -1;
> +                       ret = ENOMEM;

I'm afraid that this will break any code that tests return values with
the test "< 0". Introducing error codes is good, but why to change
negative return codes into positive ?

Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to