forked from Minki/linux
f2fs: remove unused sbi->trigger_ssr_threshold
Commit a2a12b679f
("f2fs: export SSR allocation threshold") introduced
two threshold .min_ssr_sections and .trigger_ssr_threshold, but only
.min_ssr_sections is used, so just remove redundant one for cleanup.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
ed15ba1415
commit
850971b23f
@ -1220,7 +1220,6 @@ struct f2fs_sb_info {
|
|||||||
unsigned int total_valid_node_count; /* valid node block count */
|
unsigned int total_valid_node_count; /* valid node block count */
|
||||||
loff_t max_file_blocks; /* max block index of file */
|
loff_t max_file_blocks; /* max block index of file */
|
||||||
int dir_level; /* directory level */
|
int dir_level; /* directory level */
|
||||||
unsigned int trigger_ssr_threshold; /* threshold to trigger ssr */
|
|
||||||
int readdir_ra; /* readahead inode in readdir */
|
int readdir_ra; /* readahead inode in readdir */
|
||||||
|
|
||||||
block_t user_block_count; /* # of user blocks */
|
block_t user_block_count; /* # of user blocks */
|
||||||
|
Loading…
Reference in New Issue
Block a user