This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix for BZ#12165


On Mon, Nov 1, 2010 at 20:43, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Here is a proposed patch for BZ#12165 to stop libc from treating d_ino==0
> as special.

I haven't seen any analysis or comments from filesystem developers
supporting this.

d_ino == 0 traditionally meant the file was removed. Perhaps after the
initial opendir() call.  Before this change can be made you'll have to
get the OK from the filesystem owners in the kernel and then the
change should be conditional for Linux only.  Who knows what other
OSes do.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]