tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Case insensitive FFS
On Wed Aug 06 2008 at 13:15:22 +0100, Matthias Scheler wrote:
> how difficult would it be to add a mount option to FFS to have
> case insensitive filesystem?
>
> My naive idea is that changing ufs_lookup() and the hash functions
> in the UFS_DIRHASH case to treat upper case letters like lower case
> letter (or vice versa).
You'll also need to handle the namecache.
Home |
Main Index |
Thread Index |
Old Index