Hacker News new | ask | show | jobs
by nikital 3000 days ago
The module takes an extra reference count to itself upon initialization and never decrements it, so rmmod will fail because the module will be "in use".
1 comments

Nice ;)