On Fri, Feb 15, 2019 at 5:39 PM Matheus Tavares <matheus.bernard...@usp.br> wrote: > > Replace usage of opendir/readdir/closedir API to traverse directories > recursively, at copy_or_link_directory function, by the dir-iterator > API.
You may want to add that this simplifies the code and avoid recursive calls of copy_or_link_directory(). Otherwise the patch looks good to me. Thanks.