Matthew Wilcox (Oracle) 6f31a5a261 fs: Add aops->dirty_folio
This replaces ->set_page_dirty().  It returns a bool instead of an int
and takes the address_space as a parameter instead of expecting the
implementations to retrieve the address_space from the page.  This is
particularly important for filesystems which use FS_OPS for swap.

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
2022-03-15 08:23:30 -04:00
..
2022-01-11 22:13:01 +00:00
2021-09-21 17:51:47 -04:00
2021-12-08 09:40:37 +08:00
2021-06-13 17:02:46 -06:00
2020-12-10 12:40:07 -06:00
2020-09-04 11:32:10 +02:00
2022-03-15 08:23:30 -04:00
2020-07-09 08:14:01 +02:00
2020-10-14 16:09:32 -07:00
2020-12-15 12:13:39 -08:00
2021-03-25 11:51:23 -06:00
2022-03-15 08:23:30 -04:00