We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf038 commit 072acbaCopy full SHA for 072acba
include/linux/fs.h
@@ -399,10 +399,7 @@ struct address_space_operations {
399
struct page *, struct page *, enum migrate_mode);
400
bool (*isolate_page)(struct page *, isolate_mode_t);
401
void (*putback_page)(struct page *);
402
- union {
403
- int (*launder_page) (struct page *);
404
- int (*launder_folio) (struct folio *);
405
- };
+ int (*launder_folio)(struct folio *);
406
bool (*is_partially_uptodate) (struct folio *, size_t from,
407
size_t count);
408
void (*is_dirty_writeback) (struct page *, bool *, bool *);
0 commit comments