]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit142c22dc18bbf2a835b07b9e220150ebc3b16d83
tree41373958296b2c838ebf03a5fa54613995548168
parenta5d1bb5e3347fbe44d387d05d99136a578616216
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