diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-09 15:29:32 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-26 09:16:44 +0200 |
commit | 89b310a2b28dafbf3958e292785d51b7017da19e (patch) | |
tree | 4f25de40325970925691d0b9fcc60ad7d5b6ac14 /fs/aio.c | |
parent | 652fe8e87621d95a94edd25a08d5754abd878161 (diff) | |
download | linux-89b310a2b28dafbf3958e292785d51b7017da19e.tar.bz2 |
random: convert to ->poll_mask
The big change is that random_read_wait and random_write_wait are merged
into a single waitqueue that uses keyed wakeups. Because wait_event_*
doesn't know about that this will lead to occassional spurious wakeups
in _random_read and add_hwgenerator_randomness, but wait_event_* is
designed to handle these and were are not in a a hot path there.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/aio.c')
0 files changed, 0 insertions, 0 deletions