K 10 svn:author V 3 sam K 8 svn:date V 27 2008-10-04T23:58:02.782153Z K 7 svn:log V 355 dynamically allocate the task structure in firmware_mountroot: when booting from an MFS root (e.g. from an install CD) firmware_mountroot can be called twice with the second call happening before the task callback occurs; this results in the task structure contents being corrupted because it was declared static. Submitted by: marius (original version) END