lpfc: do not feed jiffies as random seed from lpfc driver
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 3 Sep 2014 16:56:20 +0000 (12:56 -0400)
committerChristoph Hellwig <hch@lst.de>
Tue, 16 Sep 2014 16:10:07 +0000 (09:10 -0700)
commita7901acc4ac0f853d9aff284ff96e4a56ff74aa8
tree12848e7b3d1cb6e8e03e7521973ca6f94b253edd
parent0d4aec132d8ad6303981db08a52d64b0dbe59e97
lpfc: do not feed jiffies as random seed from lpfc driver

In prandom we have already reseeding mechanisms that trigger
periodically from a much better entropy source than just
feeding in jiffies through lpfc_mbx_cmpl_fcf_scan_read_fcf_rec()
[what a function name 8-)]. Therefore, just remove this.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Reviewed-by: James Smart <james.smart@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/lpfc/lpfc_hbadisc.c
This page took 0.02997 seconds and 5 git commands to generate.