Re: [PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators

2017-04-17 Thread Michael Haggerty
On 04/06/2017 03:39 AM, Daniel Ferreira wrote: > This is the seventh version of a patch series that implements the GSoC > microproject of converting a recursive call to readdir() to use dir_iterator. > > v1: >

Re: [PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators

2017-04-12 Thread Stefan Beller
On Wed, Apr 12, 2017 at 5:06 PM, Daniel Ferreira (theiostream) wrote: > Hey there! I'm sorry for bothering you, but any chance you might have > overlooked this patch for a review? Sort of. I read through them and found no issue back then, but did not reply anticipating someone

Re: [PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators

2017-04-12 Thread Daniel Ferreira (theiostream)
Hey there! I'm sorry for bothering you, but any chance you might have overlooked this patch for a review? (I'm just not familiar with how long patches usually take to be reviewed, and since I always got an answer within two days of sending it I wondered if you may have just not noticed it.) --

[PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators

2017-04-05 Thread Daniel Ferreira
This is the seventh version of a patch series that implements the GSoC microproject of converting a recursive call to readdir() to use dir_iterator. v1: https://public-inbox.org/git/CAGZ79kZwT-9mHTiOJ5CEjk2wDFkn6+NcogjX0=vjhsah16a...@mail.gmail.com/T/#t v2: