On Mon, Jun 22, 2026 at 12:26:54PM -0300, Thadeu Lima de Souza Cascardo wrote: > As far as I understood the patchset, it doesn't fail the write if it fails > to reclaim. It sets the new max, then, if the write is blocking, starts > reclaim and eventually returns after multiple attempts. But it still > returns success. > > So I believe this is behaving as you would expect. I was alarmed by the EBUSY mention similarly to Tejun but then I couldn't find it in pre-patch (840ef6c78e6a2) nor in patched (v5) code. Please make sure the EBUSY return behavior is not introduced (essentially match memory.max behavior) and that the accompanying message refers up to date code ;-) Michal