Skip to content

Commit 072acba

Browse files
author
Matthew Wilcox (Oracle)
committed
fs: Remove aops->launder_page
With all users converted to ->launder_folio, remove ->launder_page. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Tested-by: Mike Marshall <hubcap@omnibond.com> # orangefs Tested-by: David Howells <dhowells@redhat.com> # afs
1 parent eabf038 commit 072acba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

include/linux/fs.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,7 @@ struct address_space_operations {
399399
struct page *, struct page *, enum migrate_mode);
400400
bool (*isolate_page)(struct page *, isolate_mode_t);
401401
void (*putback_page)(struct page *);
402-
union {
403-
int (*launder_page) (struct page *);
404-
int (*launder_folio) (struct folio *);
405-
};
402+
int (*launder_folio)(struct folio *);
406403
bool (*is_partially_uptodate) (struct folio *, size_t from,
407404
size_t count);
408405
void (*is_dirty_writeback) (struct page *, bool *, bool *);

0 commit comments

Comments
 (0)