Re: [patch v2] UBIFS: add key state map data structure and accessors

2012-08-01 Thread Artem Bityutskiy
On Sun, 2012-07-08 at 19:30 +0200, Joel Reardon wrote: > This patch adds the key state map to keymap, a structure that holds the state > of all keys in the KSA. The states are defined in an enum, and a get/set > accessor is added. These accessors are static only: the external interface > will simpl

[patch v2] UBIFS: add key state map data structure and accessors

2012-07-08 Thread Joel Reardon
This patch adds the key state map to keymap, a structure that holds the state of all keys in the KSA. The states are defined in an enum, and a get/set accessor is added. These accessors are static only: the external interface will simply be "mark used" or "mark deleted" and range checking, along wi