summaryrefslogtreecommitdiff
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorDaeho Jeong <daehojeong@google.com>2025-11-11 09:52:46 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2025-12-04 02:00:04 +0000
commit7ee8bc3942f20964ad730871b885688ea3a2961a (patch)
tree2f03cca81a91ce6afd7e83eafb4f1588185238ff /rust/helpers/helpers.c
parent68d05693f8c031257a0822464366e1c2a239a512 (diff)
f2fs: revert summary entry count from 2048 to 512 in 16kb block support
The recent increase in the number of Segment Summary Area (SSA) entries from 512 to 2048 was an unintentional change in logic of 16kb block support. This commit corrects the issue. To better utilize the space available from the erroneous 2048-entry calculation, we are implementing a solution to share the currently unused SSA space with neighboring segments. This enhances overall SSA utilization without impacting the established 8MB segment size. Fixes: d7e9a9037de2 ("f2fs: Support Block Size == Page Size") Signed-off-by: Daeho Jeong <daehojeong@google.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions