mbox series

[0/3] Cleanup for zsmalloc

Message ID 20210624123930.1769093-1-linmiaohe@huawei.com (mailing list archive)
Headers show
Series Cleanup for zsmalloc | expand

Message

Miaohe Lin June 24, 2021, 12:39 p.m. UTC
Hi all,
This series contains cleanups to remove confusing code in obj_free(),
combine two atomic ops and improve readability for async_free_zspage().
More details can be found in the respective changelogs. Thanks!

Miaohe Lin (3):
  mm/zsmalloc.c: remove confusing code in obj_free()
  mm/zsmalloc.c: combine two atomic ops in zs_pool_dec_isolated()
  mm/zsmalloc.c: improve readability for async_free_zspage()

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