rmmod: -a with no arguments can't do anything reasonable
commit60f50f7fb443fc5cd6a285f99edcea94d2c09d6d
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 12 Mar 2009 11:45:05 +0000 (12 11:45 +0000)
committerAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 12 Mar 2009 11:45:05 +0000 (12 11:45 +0000)
treeb767fa5e9b3613bbe14d19149036c368ec0c900f
parent55424c0d7e0412ffa243c57b6e78c4672309c8fc
rmmod: -a with no arguments can't do anything reasonable

Presumably "rmmod -a" (with no modules) would do the same as
"modprobe --autoclean".  This feature is not useful on a modern
system, so no-one is going to implement it.  Remove the FIXME.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
rmmod.c