diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-05-01 07:27:53 +0300 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-05-10 06:12:33 +0300 |
commit | 704ead2bed202579f025a4754e52e9ab21ff3ada (patch) | |
tree | 30bb4d3cb8edcd45a6e28120de0b084f3be8c7da /include/linux/fs.h | |
parent | bcaabc55491203f90eb8b8807e9948028ea53bd7 (diff) | |
download | linux-704ead2bed202579f025a4754e52e9ab21ff3ada.tar.xz |
fs: Remove last vestiges of releasepage
All users are now converted to release_folio
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index ad768f13f485..1cee64d9724b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -356,7 +356,6 @@ struct address_space_operations { sector_t (*bmap)(struct address_space *, sector_t); void (*invalidate_folio) (struct folio *, size_t offset, size_t len); bool (*release_folio)(struct folio *, gfp_t); - int (*releasepage) (struct page *, gfp_t); void (*freepage)(struct page *); ssize_t (*direct_IO)(struct kiocb *, struct iov_iter *iter); /* |