2022-08-15 13:27:06

by Alexey Romanov

[permalink] [raw]
Subject: [PATCH v2 0/2] tidy up zsmalloc implementation

Hello!

This patchset remove some unnecessary checks and adds clarifying
comment. While analysis zs_object_copy() function code, I spent
some time to understand what the call kunmap_atomic(d_addr) is for.
It seems that this point is not trivial and it is worth adding
a comment.

Alexey Romanov (2):
zsmalloc: zs_object_copy: add clarifying comment
zsmalloc: remove unnecessary size_class NULL check

mm/zsmalloc.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

--
2.30.1


2022-08-15 15:08:19

by Alexey Romanov

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] tidy up zsmalloc implementation

Hello!

I accidientally send v2 patchset instead of send a single change
from 1/2 patch based on linux-next tree. Please, ignore this patchset
and see the change I send in a separate email.

Sorry for the noise.

--
Thank you,
Alexey