modprobe: fix softdep flags
commit7a623868b280b0f8c38e0652ac9442a23c569b17
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 15 Mar 2010 15:34:38 +0000 (15 15:34 +0000)
committerAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Wed, 17 Mar 2010 10:24:57 +0000 (17 10:24 +0000)
tree0ed9906284a8a157da815d0de7b594f3d74aca41
parent95ff1ab26c50f25ba39683878148b86d644eb693
modprobe: fix softdep flags

1. When a softdep is present, all the flags e.g.
   --use-blacklist are being ignored.  Fix that.

2. When processing softdeps, mask out the "first_time"
   flag.  This brings them into line with both install
   commands and normal dependencies.  (We don't need to
   worry about "ignore_commands", because it would
   prevent softdeps from being loaded in the first
   place).  If we're unloading, we should also mask in
   the "quiet_inuse" flag.
modprobe.c