fs: Remove read_actor_t
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 14:13:43 +0000 (09:13 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 18:40:43 +0000 (14:40 -0400)
This typedef is not used any more.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h

index 7c81887cc7e8144aecc68d385c79726c41e77326..7588d3a0ced8a3901393c6b6d71222d18f5218ec 100644 (file)
@@ -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 *);