]> git.ozlabs.org Git - petitboot/commitdiff
discover/boot: talloc struct boot_task
authorJeremy Kerr <jk@ozlabs.org>
Tue, 13 Aug 2013 03:23:57 +0000 (11:23 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 19 Aug 2013 05:27:59 +0000 (13:27 +0800)
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 <jk@ozlabs.org>

No differences found