[PATCH 0/2] Native case-insensitive file-system support (try 3)

Charles Davis cdavis at mymail.mines.edu
Sun Oct 17 23:59:30 CDT 2010


Charles Davis wrote:
> Alexandre Julliard wrote:
> > You certainly don't want to enumerate mount points on every file
> > lookup.
> The problem is that getattrlist() will only return volume attributes if
> the file-system object you pass to it happens to be a volume. There's
> probably a way to optimize it, but I've left it as-is for now. If you
> prefer, I can remove the getattrlist()-related parts.
This patchset should address your concerns. I added a cache to patch 2 that
should prevent it from needlessly reading the mtab on every file lookup.

> > Also the non case-preserving handling looks quite suspicious
> > (and IMO useless),
> I'll consider removing it. I've left it in for now.
I removed it.

Took me long enough to get this out. Hopefully this will get in on
Monday.

Chip




More information about the wine-patches mailing list