diff options
| author | 2022-06-13 07:37:13 +0200 | |
|---|---|---|
| committer | 2022-08-02 12:34:04 -0400 | |
| commit | cc9cf350d100f4c336edb228cbd078003430cfe7 (patch) | |
| tree | ce80feec9dec248c855e1499ee3a46582ae9ace4 /include/linux/mpage.h | |
| parent | jfs: stop using the nobh helper (diff) | |
| download | linux-dev-cc9cf350d100f4c336edb228cbd078003430cfe7.tar.xz linux-dev-cc9cf350d100f4c336edb228cbd078003430cfe7.zip | |
fs: remove the nobh helpers
All callers are gone, so remove the now dead code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'include/linux/mpage.h')
| -rw-r--r-- | include/linux/mpage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mpage.h b/include/linux/mpage.h index 43986f7ec4dd..1bdc39daac0a 100644 --- a/include/linux/mpage.h +++ b/include/linux/mpage.h @@ -19,7 +19,5 @@ void mpage_readahead(struct readahead_control *, get_block_t get_block); int mpage_read_folio(struct folio *folio, get_block_t get_block); int mpage_writepages(struct address_space *mapping, struct writeback_control *wbc, get_block_t get_block); -int mpage_writepage(struct page *page, get_block_t *get_block, - struct writeback_control *wbc); #endif |
