gfs2: Remove gfs2_aspace_writepage()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 19 Jul 2024 17:51:04 +0000 (18:51 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 2 Sep 2024 12:46:37 +0000 (14:46 +0200)
commit6888c1e85f5db129e6ddcff879bb127bbfdb5c64
tree315ceb055e162f08a004ad7c8db779ccb453a2ca
parente5ac17199275faffc5399ff7c8a0bea1db553f26
gfs2: Remove gfs2_aspace_writepage()

There are no remaining callers of gfs2_aspace_writepage() other than
vmscan, which is known to do more harm than good.

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