From: Jeremy Kerr Date: Tue, 13 Aug 2013 03:23:57 +0000 (+0800) Subject: discover/boot: talloc struct boot_task X-Git-Tag: v1.0.0~517 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=b9c9da2c9fa23040870dff975a3ccd2beda6b297;hp=b9c9da2c9fa23040870dff975a3ccd2beda6b297;ds=sidebyside discover/boot: talloc struct boot_task Rather than using the stack for struct boot_task, talloc one instead. This gives us a short-lived context (active for the boot() process only), and we don't need to use the externally-provided context directly. Signed-off-by: Jeremy Kerr ---