Loading fs/f2fs/f2fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ enum { CP_DISCARD, }; #define DEF_BATCHED_TRIM_SECTIONS 32 #define DEF_BATCHED_TRIM_SECTIONS 2 #define BATCHED_TRIM_SEGMENTS(sbi) \ (SM_I(sbi)->trim_sections * (sbi)->segs_per_sec) #define BATCHED_TRIM_BLOCKS(sbi) \ Loading Loading
fs/f2fs/f2fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ enum { CP_DISCARD, }; #define DEF_BATCHED_TRIM_SECTIONS 32 #define DEF_BATCHED_TRIM_SECTIONS 2 #define BATCHED_TRIM_SEGMENTS(sbi) \ (SM_I(sbi)->trim_sections * (sbi)->segs_per_sec) #define BATCHED_TRIM_BLOCKS(sbi) \ Loading