Ian Campbell writes ("Re: [Xen-devel] [PATCH 03/29] libxl: suspend: switch_logdirty_done takes rc"): > On Tue, 2015-02-10 at 20:09 +0000, Ian Jackson wrote: > > + int broke; > > + if (rc) { > > + broke = -1; > > + } else { > > + broke = 0; > > + } > > int broke = rc ? -1 : 0; > > ? > > But it looks like perhaps you are preparing to add other code in one or > the other case, or maybe you just prefer this for some reason. Either > way:
Later we change one of the branches to set dss->rc too. > Acked-by: Ian Campbell <ian.campb...@citrix.com> Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel