From: Matthew Wilcox (Oracle) Date: Mon, 14 Feb 2022 14:13:43 +0000 (-0500) Subject: fs: Remove read_actor_t X-Git-Tag: baikal/mips/sdk6.1~6061^2~8 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=2ace8a5ed500c68053a3d041cb5179b67c33f4e7;p=kernel.git fs: Remove read_actor_t This typedef is not used any more. Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Christoph Hellwig Reviewed-by: Al Viro Acked-by: Al Viro --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 7c81887cc7e81..7588d3a0ced8a 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 *);