yaffs_guts.c : Fix missing temporary buffers when doing yaffs format on inband tags.
authorCharles Manning <cdhmanning@gmail.com>
Sat, 15 May 2021 00:33:36 +0000 (12:33 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Sat, 15 May 2021 00:33:36 +0000 (12:33 +1200)
The low level init was not setting up temporary buffers. This was causing yaffs_format
to crash in the case of formating a device with inband tags.

Solution is to move the temporary buffer creation into low level init.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found