mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
f2fs: Remove f2fs_grab_meta_page()
All callers have now been converted to f2fs_grab_meta_folio() so we can remove this wrapper. 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
1ec3662901
commit
2424ee9b75
|
|
@ -3936,12 +3936,6 @@ int f2fs_start_ckpt_thread(struct f2fs_sb_info *sbi);
|
|||
void f2fs_stop_ckpt_thread(struct f2fs_sb_info *sbi);
|
||||
void f2fs_init_ckpt_req_control(struct f2fs_sb_info *sbi);
|
||||
|
||||
static inline
|
||||
struct page *f2fs_grab_meta_page(struct f2fs_sb_info *sbi, pgoff_t index)
|
||||
{
|
||||
return &f2fs_grab_meta_folio(sbi, index)->page;
|
||||
}
|
||||
|
||||
/*
|
||||
* data.c
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user