
2 Feb
2016
2 Feb
'16
1:19 p.m.
On Mon, Feb 01, 2016 at 03:29:50PM -0500, John Ferlan wrote:
Rather than preallocating a set number of elements, then walking through the extents and adjusting the specific element in place, use the APPEND macros to handle that chore.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/storage_conf.h | 2 +- src/storage/storage_backend_logical.c | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-)
ACK