• Rusty Russell's avatar
    [PATCH] modprobe -q: quieter when modules missing · eddef4fe
    Rusty Russell authored
    The kernel invokes "modprobe" on modules which might not exist:
    rightfully, modprobe complains by default when this happens.  So the
    correct response is to invoke "modprobe -q", which is silent on such
    errors (but still reports other errors such as config errors). 
    
    Also, use MODULE_NAME_LEN from module.h instead of inventing our own.
    eddef4fe
kmod.c 7.18 KB