Page MenuHomeFreeBSD

D32984.diff
No OneTemporary

D32984.diff

diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -340,7 +340,6 @@
if (error)
break;
randomdev_accumulate(random_buf, c);
- tsleep(p_random_alg_context, 0, "randwr", hz/10);
}
if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR))
/* Partial write, not error. */

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 2:23 PM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14699216
Default Alt Text
D32984.diff (386 B)

Event Timeline