On 13 Apr 2026, at 16:23, Matthew Wilcox wrote:
> On Mon, Apr 13, 2026 at 03:20:20PM -0400, Zi Yan wrote:
>> + if (!is_shmem && (folio_test_dirty(folio))) {
>
> seems like a spurious pair of brackets?
>
> if (!is_shmem && folio_test_dirty(folio)) {
>
> should be fineWill remove them. Best Regards, Yan, Zi

