All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] tidy up zsmalloc implementation
@ 2022-08-11 15:37 Alexey Romanov
  2022-08-11 15:37 ` [PATCH v1 1/2] zsmalloc: zs_object_copy: add clarifying comment Alexey Romanov
  2022-08-11 15:37 ` [PATCH v1 2/2] zsmalloc: remove unnecessary size_class NULL check Alexey Romanov
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Romanov @ 2022-08-11 15:37 UTC (permalink / raw)
  To: minchan, senozhatsky, ngupta, akpm
  Cc: linux-mm, linux-kernel, kernel, Alexey Romanov

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-15 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 15:37 [PATCH v1 0/2] tidy up zsmalloc implementation Alexey Romanov
2022-08-11 15:37 ` [PATCH v1 1/2] zsmalloc: zs_object_copy: add clarifying comment Alexey Romanov
2022-08-15  2:52   ` Sergey Senozhatsky
2022-08-15 12:32     ` Aleksey Romanov
2022-08-11 15:37 ` [PATCH v1 2/2] zsmalloc: remove unnecessary size_class NULL check Alexey Romanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.