Discussion:
Module-only AUFS without kernel patches
Tomas M
2016-05-22 12:52:28 UTC
Permalink
I had a discussion with AUFS developer about a way how to make AUFS as
a module-only, which would work without recompiling kernel (so without
the kernel patches).

It showed up that maybe there could be a way to do this - by supplying
a copy of the functions (which are otherwise exported) to aufs
sources. There is some slight problem with global variables from
kernel space though, but it seems to me it could be done.

Before I attempt to try this approach, I would like to ask users in
this mailing list - did you ever tried to achieve similar goal? Maybe
somebody has already something.

Thank you
Tomas M

Loading...