On Fri, 22 Sep 2023 08:25:40 +0000 Yosry Ahmed <[email protected]> wrote:
> While working on adjacent code [1], I realized that the values passed
> into memcg_rstat_updated() to keep track of the magnitude of pending
> updates is consistent. It is mostly in pages, but sometimes it can be in
> bytes or KBs. Fix that.
Clashes with "memcg: remove unused do_memsw_account in
memcg1_stat_format", and maybe other things. Can you please redo
against mm-unsstable or linux-next?
On Fri, Sep 22, 2023 at 10:03 AM Andrew Morton
<[email protected]> wrote:
>
> On Fri, 22 Sep 2023 08:25:40 +0000 Yosry Ahmed <[email protected]> wrote:
>
> > While working on adjacent code [1], I realized that the values passed
> > into memcg_rstat_updated() to keep track of the magnitude of pending
> > updates is consistent. It is mostly in pages, but sometimes it can be in
> > bytes or KBs. Fix that.
>
> Clashes with "memcg: remove unused do_memsw_account in
> memcg1_stat_format", and maybe other things. Can you please redo
> against mm-unsstable or linux-next?
Done, sent v2:
https://lore.kernel.org/linux-mm/[email protected]/
Thanks!