Re: [PATCH] erofs-utils: lib: fix inappropriate initialization in cache.c

2025-03-02 Thread Gao Xiang
On 2025/3/3 13:42, Hongzhen Luo wrote: This patch fixes the inappropriate initialization of `dsunit` and `bktmap` in cache.c. Fixes: 8bb6de4e7c41 ("erofs-utils: mkfs: support data alignment") Fixes: ca0f040f98b6 ("erofs-utils: lib: use bitmaps to accelerate bucket selection") Signed-off-by:

[PATCH] erofs-utils: lib: fix inappropriate initialization in cache.c

2025-03-02 Thread Hongzhen Luo
This patch fixes the inappropriate initialization of `dsunit` and `bktmap` in cache.c. Fixes: 8bb6de4e7c41 ("erofs-utils: mkfs: support data alignment") Fixes: ca0f040f98b6 ("erofs-utils: lib: use bitmaps to accelerate bucket selection") Signed-off-by: Hongzhen Luo --- lib/cache.c | 4 +++- 1 f