aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-05-05 00:43:09 -0400
committerMatthew Wilcox (Oracle) <willy@infradead.org>2022-05-09 23:12:54 -0400
commit8560cb1a7d75048af275dd23fb0cf05382b3c2b9 (patch)
treea0e2946b5fd8ee34c81f9340306a33f4c7bfbcf3 /include/linux/fs.h
parentsecretmem: Convert to free_folio (diff)
downloadwireguard-linux-8560cb1a7d75048af275dd23fb0cf05382b3c2b9.tar.xz
wireguard-linux-8560cb1a7d75048af275dd23fb0cf05382b3c2b9.zip
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>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 915844e6293e..6f305f1097a5 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -357,7 +357,6 @@ struct address_space_operations {
void (*invalidate_folio) (struct folio *, size_t offset, size_t len);
bool (*release_folio)(struct folio *, gfp_t);
void (*free_folio)(struct folio *folio);
- void (*freepage)(struct page *);
ssize_t (*direct_IO)(struct kiocb *, struct iov_iter *iter);
/*
* migrate the contents of a page to the specified target. If