Similarly, ecryptfs doesn't provide a ->compat_ioctl op that calls into
the file system's ->compat_ioctl operation if present.
This will be needed to make ioctl handling work on file systems that
rely on ->compat_ioctl for 32 bit processes.
I wonder if there are other places in the kernel that just pass down
ioctl calls to a slave file system or driver and need to have this
added.
Arnd <><
--