From: Matthew Wilcox (Oracle) Date: Wed, 30 Mar 2022 14:49:22 +0000 (+0100) Subject: fs: Remove read_actor_t X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b6318da88c55f9f591297e3c156ecafc97c444d0;p=users%2Fhch%2Fblock.git fs: Remove read_actor_t This typedef is not used any more. Signed-off-by: Matthew Wilcox (Oracle) --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 7c81887cc7e8..7588d3a0ced8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -357,9 +357,6 @@ typedef struct { int error; } read_descriptor_t; -typedef int (*read_actor_t)(read_descriptor_t *, struct page *, - unsigned long, unsigned long); - struct address_space_operations { int (*writepage)(struct page *page, struct writeback_control *wbc); int (*readpage)(struct file *, struct page *);