Re: [RFC PATCH 0/2] Union Mount: Directory listing in glibc

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Erez Zadok
Date: Tuesday, April 29, 2008 - 8:49 am

In message <20080429133201.GA9938@localhost.localdomain>, bsn.0007@gmail.com writes:
[...]

The last set of discussions on glibc support ended, as I understood it, with
the glibc people objecting to such "special-purpose" code in glibc.  See
<http://lkml.org/lkml/2008/3/11/66>.  So has anything changed behind the
scenes, or is this idea unlikely to be merged into glibc any time soon, if
ever.  (Personally I'd love to rip out the readdir-related code from unionfs
if glibc supported the same.)

[...]

You might consider using a hash table instead of a list; it'll be faster in
case where there are a lot of whiteouts/duplicates to process.


Also, I'll reiterate my previous concern that I think you may need to also
handle "opaque directories".  See the discussion in section 5.1 "Creation
and deletion of whiteouts", in the original union mounts paper:

<http://www.usenix.org/publications/library/proceedings/neworl/full_papers/mckusick.a>

Cheers,
Erez.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC PATCH 0/2] Union Mount: Directory listing in glibc , Erez Zadok, (Tue Apr 29, 8:49 am)
Re: [RFC PATCH 0/2] Union Mount: Directory listing in glibc, NAGABHUSHAN BS, (Tue Apr 29, 11:07 pm)
Re: [RFC PATCH 0/2] Union Mount: Directory listing in glibc, NAGABHUSHAN BS, (Tue Apr 29, 11:18 pm)
Re: [RFC PATCH 1/2] Union Mount: glibc readdir support, Ulrich Drepper, (Wed Apr 30, 11:08 pm)
Re: [RFC PATCH 1/2] Union Mount: glibc readdir support, Bharata B Rao, (Mon May 5, 9:21 pm)
Re: [RFC PATCH 1/2] Union Mount: glibc readdir support, David Newall, (Tue May 6, 6:10 am)
Re: [RFC PATCH 1/2] Union Mount: glibc readdir support, Bharata B Rao, (Sun May 11, 8:43 pm)