Subject: Re: Write a translating FS layer instead (Was: Re: Mount option to ignore case)
To: Bill Studenmund <wrstuden@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 04/03/2002 13:52:30
> Actually I think case preserving drops out. As long as the name that gets
> handed to VOP_CREATE() has the same case as the original system call did,
> we preserve case. So as long as we leave the name alone, I think we're
> fine. :-)

One clear loose end: how do you handle two processes simultaneously
attempting to create equivalent but not equal names?