gfs2: Remove __gfs2_writepage()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 19 Jul 2024 17:51:02 +0000 (18:51 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 2 Sep 2024 12:46:29 +0000 (14:46 +0200)
commit8d391972ae2d4fcee9c928581dfb6cb4ce6a3938
tree121551f9536eb58e45f740784d035c14785e5b01
parent901849e7070b2b74ba1adaaf025a09a1f381fefe
gfs2: Remove __gfs2_writepage()

Call aops->writepages() instead of using write_cache_pages() to call
aops->writepage.  Change the handling of -ENODATA to not set the
persistent error on the block device.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/log.c