lkml.org 
[lkml]   [2022]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4 1/3] random: convert to using fops->read_iter()
On Fri, May 20, 2022 at 11:44:57AM +0200, Jason A. Donenfeld wrote:
> const struct file_operations urandom_fops = {
> - .read = urandom_read,
> + .read_iter = urandom_read_iter,

One thing I noticed is that drivers/char/mem.c has both the .read and
the .read_iter functions for /dev/zero and /dev/null and such. I wonder
if the .read ones can be removed?

Jason

\
 
 \ /
  Last update: 2022-05-20 15:38    [W:0.162 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site