fs: convert any user of fops->read() for seq_read to read_iter
authorJens Axboe <axboe@kernel.dk>
Wed, 3 Apr 2024 17:37:13 +0000 (11:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:30 +0000 (09:05 -0600)
commit7aa57a9f19d2d62b0819bc95c3135c253136e523
tree021f256d7a92b6552faf21098df8a3756969153a
parent9e35fc2f8310c02f5b81ae80f0500ff74638da54
fs: convert any user of fops->read() for seq_read to read_iter

There's a seq_read_iter that can be used, do that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/dlm/debug_fs.c
fs/gfs2/glock.c
fs/ocfs2/cluster/netdebug.c
fs/ocfs2/dlm/dlmdebug.c
fs/ocfs2/dlmglue.c
fs/orangefs/orangefs-debugfs.c
fs/proc/array.c