fs: finally remove ->read() and ->write() from file_operations rw_iter
authorJens Axboe <axboe@kernel.dk>
Fri, 5 Apr 2024 19:17:56 +0000 (13:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:07:04 +0000 (09:07 -0600)
commit019e5b86faffd0b70c51787fb0e5d430438b1dec
tree420b4e34cbe24200f9d4e672fbeedca764e5f8ba
parent28e561287f4870866e4a6ed01b759958a9b2d3e7
fs: finally remove ->read() and ->write() from file_operations

There are no longer any in-kernel users of these, kill it with fire.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/file_table.c
fs/open.c
fs/read_write.c
include/linux/fs.h
io_uring/rw.c