f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 9 Feb 2022 20:22:08 +0000 (20:22 +0000)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 15 Mar 2022 12:34:38 +0000 (08:34 -0400)
commitcbc975b182a073d3bc72b487e47e741a05c19493
tree8a9b97294e4d21788eb8a74465f46d85571d8fec
parent4f5e34f713185cb562a796567556bff7d9c7418d
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio

Removes a call to __set_page_dirty_nobuffers().

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/f2fs/node.c