|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] linux: simplify and perform checking of multical
On 5/4/07 10:00, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
> Huh, indeed. And perhaps it should (give the rest of the function) even
> be
>
> if (unlikely(rc < 0))
> return rc;
> BUG_ON(rc);
>
> (i.e. so that positive return values indicate the failed slot, negative ones
> indicate a failure of the multicall itself).
Makes sense. I'll merge that in.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|