Skip to content

Commit

Permalink
fs: Remove read_actor_t
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Matthew Wilcox (Oracle) committed Apr 1, 2022
1 parent 2756c81 commit a9fcd89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit a9fcd89

Please sign in to comment.