[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/4] xen/watchdog: Fold exit paths to have a single unlock
>>> On 10.05.19 at 20:28, <andrew.cooper3@xxxxxxxxxx> wrote: > --- a/xen/common/schedule.c > +++ b/xen/common/schedule.c > @@ -1050,6 +1050,8 @@ static void domain_watchdog_timeout(void *data) > > static long domain_watchdog(struct domain *d, uint32_t id, uint32_t timeout) > { > + long rc = 0; I'm wondering why this isn't plain int. Not a big deal, but I'm curious anyway. As per your own response to patch 2 I understand that the other patches in this series don#t need looking at until you send a v2. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |