Re: get_random_bytes() not exported ?

Theodore Y. Ts'o (tytso@MIT.EDU)
Tue, 11 Feb 1997 13:03:00 -0500


Date: Mon, 10 Feb 1997 23:53:24 -0700
From: Jim Freeman <jfree@caldera.com>

[posted, mailed]

Should the function get_random_bytes() be exported via a
EXPORT_SYMBOL(get_random_bytes)?

Yes, that seems reasonable. It hasn't been exported mainly because
no-one has asked for it. I'll be sending in a patch against the 2.1
kernel to export get_random_bytes.

- Ted