Skip to content

Commit a9fcd89

Browse files
author
Matthew Wilcox (Oracle)
committed
fs: Remove read_actor_t
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>
1 parent 2756c81 commit a9fcd89

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/linux/fs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ typedef struct {
357357
int error;
358358
} read_descriptor_t;
359359

360-
typedef int (*read_actor_t)(read_descriptor_t *, struct page *,
361-
unsigned long, unsigned long);
362-
363360
struct address_space_operations {
364361
int (*writepage)(struct page *page, struct writeback_control *wbc);
365362
int (*readpage)(struct file *, struct page *);

0 commit comments

Comments
 (0)