fs: Remove aops->freepage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 5 May 2022 04:43:09 +0000 (00:43 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:54 +0000 (23:12 -0400)
commit8560cb1a7d75048af275dd23fb0cf05382b3c2b9
treea0e2946b5fd8ee34c81f9340306a33f4c7bfbcf3
parent6612ed24a242734560f9643ccb08f2f40b6e144b
fs: Remove aops->freepage

All implementations now use free_folio so we can delete the callers
and the method.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/fs.h
mm/filemap.c
mm/vmscan.c