[PATCH] Fix error message display for rmmod

Denys Vlasenko vda.linux at googlemail.com
Sun Sep 12 14:59:14 UTC 2010


On Thu, Sep 9, 2010 at 10:14 PM, Dan Fandrich <dan at coneharvesters.com> wrote:
> Previously, rmmod would display an error message when the module
> WAS removed,

Can't reproduce this. Can you give exact steps how to make it happen?

> and would display no error when the module WAS NOT removed.

This seems to be a feature. MODPROBE_SMALL is making some
simplifying assumptions, one of them is that "rmmod == modprobe -r".
And "modprobe -r NON_LOADED_MODULE" does not error out.

-- 
vda


More information about the busybox mailing list