From: Theodore Ts'o Date: Wed, 11 Jun 2014 03:09:20 +0000 (-0400) Subject: random: remove unneeded hash of a portion of the entropy pool X-Git-Tag: omap-for-v3.17/fixes-against-rc2~106^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85608f8e16c28f818f6bb9918958d231afa8bec2;p=pandora-kernel.git random: remove unneeded hash of a portion of the entropy pool We previously extracted a portion of the entropy pool in mix_pool_bytes() and hashed it in to avoid racing CPU's from returning duplicate random values. Now that we are using a spinlock to prevent this from happening, this is no longer necessary. So remove it, to simplify the code a bit. Signed-off-by: Theodore Ts'o Cc: George Spelvin --- Reading git-diff-tree failed