linux/Documentation
Chao Yu c521a6ab4a f2fs: fix to limit gc_pin_file_threshold
type of f2fs_inode.i_gc_failures, f2fs_inode_info.i_gc_failures, and
f2fs_sb_info.gc_pin_file_threshold is __le16, unsigned int, and u64,
so it will cause truncation during comparison and persistence.

Unifying variable of these three variables to unsigned short, and
add an upper boundary limitation for gc_pin_file_threshold.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2024-05-09 01:03:44 +00:00
..
2024-03-24 11:13:56 -07:00
2024-03-11 12:50:42 -07:00
2024-01-12 12:38:37 +01:00
2024-02-26 09:51:49 +01:00
2023-12-28 17:37:36 -06:00
2024-03-14 15:35:42 -07:00
2024-02-08 15:38:21 -07:00
2024-03-15 11:36:54 -07:00
2024-03-15 13:03:13 -07:00
2024-02-15 15:02:33 +01:00