fs: Remove aops ->set_page_dirty
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 9 Feb 2022 20:22:15 +0000 (20:22 +0000)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 16 Mar 2022 17:37:05 +0000 (13:37 -0400)
commit3a3bae50af5d73fab5da20484029de77ca67bb2e
tree41373958296b2c838ebf03a5fa54613995548168
parent51cdea7ac94d8e4da13cd9880d2c331cd78222bb
fs: Remove aops ->set_page_dirty

With all implementations converted to ->dirty_folio, we can stop calling
this fallback method and remove it entirely.

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
fs/ecryptfs/mmap.c
include/linux/fs.h
mm/page-writeback.c
mm/page_io.c