diff options
author | 2022-05-19 17:31:37 -0600 | |
---|---|---|
committer | 2022-05-20 18:26:48 +0200 | |
commit | 79025e727a846be6fd215ae9cdb654368ac3f9a6 (patch) | |
tree | c192b8f8575a827b88853c72f465918da4eba61e /scripts/gdb/linux/utils.py | |
parent | random: convert to using fops->write_iter() (diff) | |
download | wireguard-linux-79025e727a846be6fd215ae9cdb654368ac3f9a6.tar.xz wireguard-linux-79025e727a846be6fd215ae9cdb654368ac3f9a6.zip |
random: wire up fops->splice_{read,write}_iter()
Now that random/urandom is using {read,write}_iter, we can wire it up to
using the generic splice handlers.
Fixes: 36e2c7421f02 ("fs: don't allow splice read/write without explicit ops")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
[Jason: added the splice_write path. Note that sendfile() and such still
does not work for read, though it does for write, because of a file
type restriction in splice_direct_to_actor(), which I'll address
separately.]
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions