commit | c4ca6be9d67eaf5a53054903530c8f422b4b88bd | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Oct 06 14:47:51 2014 +0200 |
committer | Richard Weinberger <richard@nod.at> | Thu Mar 26 22:17:47 2015 +0100 |
tree | 70f4e66f64464cc208ac09bc19c4906db3072b77 | |
parent | 6830356466a57db21c7bc31bf3be4e61189e145b [diff] |
UBI: Fastmap: Don't allocate new ubi_wl_entry objects There is no need to allocate new ones every time, we can reuse the existing ones. This makes the code cleaner and more easy to follow. Signed-off-by: Richard Weinberger <richard@nod.at> Reviewed-by: Tanya Brokhman <tlinder@codeaurora.org> Reviewed-by: Guido MartÃnez <guido@vanguardiasur.com.ar>