Re: [PATCH 3/7] dir: add method to check if a dir_entry lexically contains another

2017-05-03 Thread Stefan Beller
On Tue, May 2, 2017 at 8:29 PM, Samuel Lijin wrote: > Introduce a method that allows us to check if one dir_entry corresponds > to a path which contains the path corresponding to another dir_entry. > --- > dir.c | 8 > 1 file changed, 8 insertions(+) > > diff --git

[PATCH 3/7] dir: add method to check if a dir_entry lexically contains another

2017-05-02 Thread Samuel Lijin
Introduce a method that allows us to check if one dir_entry corresponds to a path which contains the path corresponding to another dir_entry. --- dir.c | 8 1 file changed, 8 insertions(+) diff --git a/dir.c b/dir.c index 6bd0350e9..25cb9eadf 100644 --- a/dir.c +++ b/dir.c @@ -1852,6