[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix the trailing slash issue in dir_lookup calls
From: |
Flavio Cruz |
Subject: |
Re: [PATCH] fix the trailing slash issue in dir_lookup calls |
Date: |
Sun, 3 Jan 2016 01:35:55 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
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 be sure (like compiling a big project). I have played around with
null, magic, ext2fs, tmpfs and the nodes in /servers. It would be good
for others to test it before merging it in.
>
> Otherwise the principle looks fine to me.
>
> Samuel