Oliver Neukum <[EMAIL PROTECTED]> wrote:
> I see two possible solutions.
> 
> Either you make that function available to user space by your syscall.

Not a good idea... the whole point is to make sure no one is in a syscall when
the module is unloaded. If you do it this way, the tail end of this syscall
can fight with the module unload code.

> Or you find a way to hook into task termination.

I'm already doing that... See the release() call on the fd. But this doesn't
stop someone from invoking a syscall at an inappropriate time.

David Howells
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to