On Thu, 12 Dec 2013 09:32:02 +0800 Zhang Yanfei <zhangyanfei at cn.fujitsu.com> wrote: > Add CCing Andrew Morton I'm not on kexec at lists.infradead.org. (Well, I am now!). > On 12/12/2013 08:18 AM, Geoff Levand wrote: > > Simplify the code around one of the conditionals in the kexec_load > > syscall routine. > > > > The original code was confusing with a redundant check on KEXEC_ON_CRASH > > and comments outside of the conditional block. This change switches the > > order of the conditional check, and cleans up the comments for the > > conditional. There is no functional change to the code. > > This looks good. > > Reviewed-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com> > > minor comments below. Please cc me on the resend?