2022-05-20 16:59:49

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] random: convert to using fops->write_iter()

On 5/19/22 5:43 PM, Jens Axboe wrote:
> Now that the read side has been converted to fix a regression with
> splice, convert the write side as well to have some symmetry in the
> interface used (and help deprecate ->write()).

Oh, and similarly to the other one, you can then add ->splice_write
as well with using iter_file_splice_write for that. If you want to add
that, please do.

--
Jens Axboe