diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-11-12 23:45:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-14 22:06:02 +0100 |
commit | 66b251422be7cb39e7619fee647724720f74d1f7 (patch) | |
tree | 060899ff6acf3bd106d242dc902baa4450ff8e7e /kernel/rtmutex.c | |
parent | macvtap: limit head length of skb allocated (diff) | |
download | linux-66b251422be7cb39e7619fee647724720f74d1f7.tar.xz linux-66b251422be7cb39e7619fee647724720f74d1f7.zip |
random32: add __init prefix to prandom_start_seed_timer
We only call that in functions annotated with __init, so add __init
prefix in prandom_start_seed_timer() as well, so that the kernel can
make use of this hint and we can possibly free up resources after it's
usage. And since it's an internal function rename it to
__prandom_start_seed_timer().
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/rtmutex.c')
0 files changed, 0 insertions, 0 deletions