Hi,
Is there any way to list all the processes which are using/accessing a given Linux kernel driver?
I've got a (framebuffer) driver which I'm trying to rmmod, however the system is returning Module is in use, and I'd like to get to the bottom of it and see what process is still using it.
Can we get first the file descriptors that're been attributed by the system for interaction w/ the driver, then from there lookup the processes that own them?
-Ilyes Gouta