Re: [PATCH v6 1/5] unicode: Add standard casefolded d_ops

From: Daniel Rosenberg
Date: Wed Feb 05 2020 - 18:40:33 EST


On Tue, Feb 4, 2020 at 8:21 PM Gabriel Krisman Bertazi
<krisman@xxxxxxxxxxxxx> wrote:
>
> Daniel Rosenberg <drosen@xxxxxxxxxx> writes:
>
> Hi,
>
> It was designed to be an internal thing, but I'm ok with exposing it.
>
> --
> Gabriel Krisman Bertazi

We could also avoid exposing it by creating an iterator function that
accepts a context struct with some actor function pointer, similar to
iterate_dir. I'm currently reworking around that and moving the fs
specific functions to libfs. I can move the generic op_set code there
as well.

-Daniel Rosenberg