Re: [PATCH] Reopen file descriptor on lookup

2010-02-17 Thread Carl Fredrik Hammar
Hi, On Sun, Aug 30, 2009 at 02:50:05PM +0200, olafbuddenha...@gmx.net wrote: > On Wed, Aug 26, 2009 at 02:19:28PM +0200, Carl Fredrik Hammar wrote: > > > diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c > > index 96968f8..ce9eaf0 100644 > > --- a/hurd/lookup-retry.c > > +++ b/hurd/lookup-re

Re: [PATCH] Reopen file descriptor on lookup

2009-08-31 Thread olafBuddenhagen
Hi, On Wed, Aug 26, 2009 at 02:19:28PM +0200, Carl Fredrik Hammar wrote: > diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c > index 96968f8..ce9eaf0 100644 > --- a/hurd/lookup-retry.c > +++ b/hurd/lookup-retry.c > @@ -221,15 +221,14 @@ __hurd_file_name_lookup_retry (error_t (*use_init_port)

[PATCH] Reopen file descriptor on lookup

2009-08-26 Thread Carl Fredrik Hammar
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry) : Reopen file descriptor before returning it. --- Hi, Another stand-alone patch, but this one is new. It fixes what I think is a bug in glibc. The problem is that when opening file descriptors using FS_MAGIC_RETRY's `fd/*' syntax, the descrip