Re: [PATCH 8/8] fs: erofs: add unaligned read range handling

2022-06-30 Thread Huang Jianan
在 2022/6/29 19:38, Qu Wenruo 写道: I'm not an expert on erofs, but my quick glance didn't expose any special handling on unaligned range, thus I think the U-boot erofs driver doesn't really support unaligned read range. This patch will add erofs_get_blocksize() so erofs can benefit from the gen

[PATCH 8/8] fs: erofs: add unaligned read range handling

2022-06-29 Thread Qu Wenruo
I'm not an expert on erofs, but my quick glance didn't expose any special handling on unaligned range, thus I think the U-boot erofs driver doesn't really support unaligned read range. This patch will add erofs_get_blocksize() so erofs can benefit from the generic unaligned read support. Cc: Huan