]> git.neil.brown.name Git - history.git/commit
[PATCH] modprobe -q: quieter when modules missing
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Sep 2003 13:46:30 +0000 (06:46 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sun, 7 Sep 2003 13:46:30 +0000 (06:46 -0700)
commiteddef4feb4369777e379668756cefa4bf2bcf43c
tree85dc84a9aacb62c67c2c7fa628bc8910fd5fb00a
parent4cf01742c63c1184f6879d0ad92092e7b6464689
[PATCH] modprobe -q: quieter when modules missing

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.
kernel/kmod.c