random: fix the tracepoint for get_random_bytes(_arch)
authorTheodore Ts'o <tytso@mit.edu>
Thu, 12 Sep 2013 18:10:25 +0000 (14:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Oct 2013 18:32:16 +0000 (14:32 -0400)
Fix a problem where get_random_bytes_arch() was calling the tracepoint
get_random_bytes().  So add a new tracepoint for
get_random_bytes_arch(), and make get_random_bytes() and
get_random_bytes_arch() call their correct tracepoint.

Also, add a new tracepoint for add_device_randomness()

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found