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: Kent Overstreet <koverstreet@google.com> CC: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
84759c6d18
commit
1f8e8ed051
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue