n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op
authorTheodore Ts'o <tytso@mit.edu>
Tue, 17 Jul 2012 17:42:34 +0000 (13:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 19 Jul 2012 14:39:12 +0000 (10:39 -0400)
commit9751bfd1c9177a8ab0a910fe279a8815e498561e
tree9482e39e2ada2009fbc7b9f5f1551c02cf8a57aa
parentd554a3f9d3f3b0bb2faefad712e6d0dbd7c82ba6
n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op

With the changes in the random tree, IRQF_SAMPLE_RANDOM is now a
no-op; interrupt randomness is now collected unconditionally in a very
low-overhead fashion; see commit 775f4b297b.  The IRQF_SAMPLE_RANDOM
flag was scheduled to be removed in 2009 on the
feature-removal-schedule, so this patch is preparation for the final
removal of this flag.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/n2_core.c