On Mon, Feb 11, 2019 at 07:03:12PM +0200, Gabriel Ivăncescu wrote:
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
This is a no-op patch, but note how nb_items is incremented before and this is taken care of in the helper function. This is for two reasons:
- This simplifies the next patch (only adds a single line to insert_item).
- This matches what RemoveItem does, so it's more consistent.
Let's get patches 1,3-8 in first. This series has now got rather long to review in one go.
Huw.