Artem Bityutskiy 393852ecfe UBI: add ubi_leb_map interface
The idea of this interface belongs to Adrian Hunter. The
interface is extremely useful when one has to have a guarantee
that an LEB will contain all 0xFFs even in case of an unclean
reboot. UBI does have an 'ubi_leb_erase()' call which may do
this, but it is stupid and ineffecient, because it flushes whole
queue. I should be re-worked to just be a pair of unmap,
map calls.

The user of the interfaci is UBIFS at the moment.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2007-12-26 19:15:14 +02:00
..
2007-10-23 12:37:59 +02:00
2007-10-24 10:16:02 +02:00
2007-10-19 11:53:54 -07:00
2007-10-23 09:49:31 +02:00
2007-12-26 19:15:14 +02:00
2007-08-18 17:15:17 -07:00
2007-07-18 16:53:49 +03:00
2007-10-23 08:09:20 +02:00