Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx> wrote:
> PS: Can anyone tell me, why I put the whole disk=5Fscanner FS module
> API into headers/private=3F We don't want to officially disallow
> creation of
> third party session/partition(/FS) modules, do we=3F
> BTW, that raises the question of versioning.
It belongs into os/drivers - where all the headers for kernel add-ons
are. Of course we could introduce a more appropriate location for file
system related stuff (but there are some intersections).
Why should versioning be a problem=3F This is usually done by adding a "/
v1" to the exported module name which we could just adopt (if it's not
yet done that way).
Adios...
Axel.