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) <[email protected]> Tested-by: Damien Le Moal <[email protected]> Acked-by: Damien Le Moal <[email protected]> Tested-by: Mike Marshall <[email protected]> # orangefs Tested-by: David Howells <[email protected]> # afs
1 parent eabf038 commit 072acba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)