Re: [PATCH] fix the trailing slash issue in dir_lookup calls

2016-01-12 Thread Samuel Thibault
Flavio Cruz, on Mon 11 Jan 2016 02:16:08 +0100, wrote: > I'm sending a new version of patch, which includes the required changes > in both libnetfs and libdiskfs. Applied, thanks! Samuel

Re: [PATCH] fix the trailing slash issue in dir_lookup calls

2016-01-10 Thread Flavio Cruz
--- Samuel, I'm sending a new version of patch, which includes the required changes in both libnetfs and libdiskfs. On Sun, Jan 03, 2016 at 01:42:23AM +0100, Samuel Thibault wrote: > Flavio Cruz, on Sun 03 Jan 2016 01:35:55 +0100, wrote: > > On Sun, Jan 03, 2016 at 01:27:17AM +0100, Samuel Thiba

Re: [PATCH] fix the trailing slash issue in dir_lookup calls

2016-01-02 Thread Samuel Thibault
Flavio Cruz, on Sun 03 Jan 2016 01:35:55 +0100, wrote: > On Sun, Jan 03, 2016 at 01:27:17AM +0100, Samuel Thibault wrote: > > So you are making libc keep any heading slash, just dropping > > double-heading-slash, right? > > Yes. I'm wondering why keeping this heading slash, it seems unnecessary,

Re: [PATCH] fix the trailing slash issue in dir_lookup calls

2016-01-02 Thread Flavio Cruz
On Sun, Jan 03, 2016 at 01:27:17AM +0100, Samuel Thibault wrote: > Hello, > > So you are making libc keep any heading slash, just dropping > double-heading-slash, right? Yes. > Does that work with current translators? It appears to work fine so far, but it might require more stress testing to b

Re: [PATCH] fix the trailing slash issue in dir_lookup calls

2016-01-02 Thread Samuel Thibault
Hello, So you are making libc keep any heading slash, just dropping double-heading-slash, right? Does that work with current translators? Otherwise the principle looks fine to me. Samuel