
2 Feb
2016
2 Feb
'16
1:26 p.m.
On Mon, Feb 01, 2016 at 03:29:52PM -0500, John Ferlan wrote:
Rather than a loop reallocating space to build the regex, just allocate it once up front, then if there's more than 1 nextent, append a comma and another regex_unit string.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/storage/storage_backend_logical.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
ACK