mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
f2fs: delete f2fs_get_new_segment() declaration
Commit 093749e296
("f2fs: support age threshold based garbage
collection") added this declaration, but w/ definition, delete
it.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
0f1c6ede6d
commit
e24e8333d0
@ -3700,8 +3700,6 @@ bool f2fs_segment_has_free_slot(struct f2fs_sb_info *sbi, int segno);
|
|||||||
void f2fs_init_inmem_curseg(struct f2fs_sb_info *sbi);
|
void f2fs_init_inmem_curseg(struct f2fs_sb_info *sbi);
|
||||||
void f2fs_save_inmem_curseg(struct f2fs_sb_info *sbi);
|
void f2fs_save_inmem_curseg(struct f2fs_sb_info *sbi);
|
||||||
void f2fs_restore_inmem_curseg(struct f2fs_sb_info *sbi);
|
void f2fs_restore_inmem_curseg(struct f2fs_sb_info *sbi);
|
||||||
void f2fs_get_new_segment(struct f2fs_sb_info *sbi,
|
|
||||||
unsigned int *newseg, bool new_sec, int dir);
|
|
||||||
void f2fs_allocate_segment_for_resize(struct f2fs_sb_info *sbi, int type,
|
void f2fs_allocate_segment_for_resize(struct f2fs_sb_info *sbi, int type,
|
||||||
unsigned int start, unsigned int end);
|
unsigned int start, unsigned int end);
|
||||||
int f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force);
|
int f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force);
|
||||||
|
Loading…
Reference in New Issue
Block a user