mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
f2fs: Remove f2fs_get_sum_page()
All callers have now been converted to call f2fs_get_sum_folio() instead. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
0e1073f850
commit
366848cb71
|
|
@ -3877,12 +3877,6 @@ static inline struct inode *fio_inode(struct f2fs_io_info *fio)
|
|||
return page_folio(fio->page)->mapping->host;
|
||||
}
|
||||
|
||||
static inline
|
||||
struct page *f2fs_get_sum_page(struct f2fs_sb_info *sbi, unsigned int segno)
|
||||
{
|
||||
return &f2fs_get_sum_folio(sbi, segno)->page;
|
||||
}
|
||||
|
||||
#define DEF_FRAGMENT_SIZE 4
|
||||
#define MIN_FRAGMENT_SIZE 1
|
||||
#define MAX_FRAGMENT_SIZE 512
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user