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

From: Jens Axboe
Date: Thu May 19 2022 - 19:52:38 EST


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