Re: UTF-8 and case-insensitivity

From: Jamie Lokier
Date: Thu Feb 19 2004 - 11:41:09 EST


Linus Torvalds wrote:
> For example, the rule can be that _any_ regular dentry create will
> invalidate all the "case-insensitive" dentries. Just to be simple about
> it.

If that's the rule, then with exactly the same algorithmic efficiency,
readdir+dnotify can be used to maintain the cache in userspace
instead. There is nothing gained by using the helper module in that case.

It follows that a helper module is only useful if readdir+dnotify
isn't fast enough, and the invalidation rule has to be more selective.

(Although, maybe there are atomicity concerns I haven't thought of).

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/