mapping,
> if (ret)
> return ret;
>
> - if (folio_test_has_hwpoisoned(folio)) {
> + if (folio_test_hwpoison(folio) ||
> + (folio_test_large(folio) && folio_test_has_hwpoisoned(folio))) {
Reviewed-b
On 07/10/2024 17:38, Jaegeuk Kim wrote:
> Hi Ryan,
>
> On 10/02, Ryan Roberts wrote:
>> Hi Jaegeuk Kim, Chao Yu,
>>
>> I heard (via Matthew Wilcox) that you may be in the process of forming plans
>> to
>> add large folio support to f2fs? If so, I wonde
Hi Jaegeuk Kim, Chao Yu,
I heard (via Matthew Wilcox) that you may be in the process of forming plans to
add large folio support to f2fs? If so, I wonder if you could let me know how
those plans are progressing? I saw your v6.12-rc1 pull request did a lot of
conversion from struct page to struct f
Hi Jaegeuk,
Just a polite bump on the below...
On 09/10/2024 12:23, Ryan Roberts wrote:
> On 07/10/2024 17:38, Jaegeuk Kim wrote:
>> Hi Ryan,
>>
>> On 10/02, Ryan Roberts wrote:
>>> Hi Jaegeuk Kim, Chao Yu,
>>>
>>> I heard (via Matthew Wilcox) that