提交 1f8e8ed0 编写于 作者: K Kent Overstreet

Export get_random_int()

Needed for bcache - need a cheap source of random numbers for perturbing
IO sizes, for rate limiting IO to the SSD.
Signed-off-by: NKent Overstreet <koverstreet@google.com>
CC: "Theodore Ts'o" <tytso@mit.edu>
上级 84759c6d
...@@ -1485,6 +1485,7 @@ unsigned int get_random_int(void) ...@@ -1485,6 +1485,7 @@ unsigned int get_random_int(void)
return ret; return ret;
} }
EXPORT_SYMBOL(get_random_int);
/* /*
* randomize_range() returns a start address such that * randomize_range() returns a start address such that
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册