]> Git Repo - linux.git/commitdiff
fs: Remove read_actor_t
authorMatthew Wilcox (Oracle) <[email protected]>
Mon, 14 Feb 2022 14:13:43 +0000 (09:13 -0500)
committerMatthew Wilcox (Oracle) <[email protected]>
Fri, 1 Apr 2022 18:40:43 +0000 (14:40 -0400)
This typedef is not used any more.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Al Viro <[email protected]>
Acked-by: Al Viro <[email protected]>
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 *);
This page took 0.067708 seconds and 4 git commands to generate.