random: update interface comments to reflect reality
authorJarod Wilson <jarod@redhat.com>
Mon, 21 Feb 2011 10:43:10 +0000 (21:43 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Feb 2011 11:42:42 +0000 (22:42 +1100)
commit442a4fffffa26fc3080350b4d50172f7589c3ac2
tree18f99b2ab50cda90bc64ad49560860729a92c1c2
parentce92136843cb6e14aba5fd7bc4e88dbe71e70c5a
random: update interface comments to reflect reality

At present, the comment header in random.c makes no mention of
add_disk_randomness, and instead, suggests that disk activity adds to the
random pool by way of add_interrupt_randomness, which appears to not have
been the case since sometime prior to the existence of git, and even prior
to bitkeeper. Didn't look any further back. At least, as far as I can
tell, there are no storage drivers setting IRQF_SAMPLE_RANDOM, which is a
requirement for add_interrupt_randomness to trigger, so the only way for a
disk to contribute entropy is by way of add_disk_randomness. Update
comments accordingly, complete with special mention about solid state
drives being a crappy source of entropy (see e2e1a148bc for reference).

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/random.c