linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Some cleanups of maple tree
@ 2023-11-20  7:09 Peng Zhang
  2023-11-20  7:09 ` [PATCH v2 1/5] maple_tree: Move the check forward to avoid static check warning Peng Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peng Zhang @ 2023-11-20  7:09 UTC (permalink / raw)
  To: Liam.Howlett, dan.carpenter, akpm
  Cc: linux-kernel, linux-mm, maple-tree, Peng Zhang

These are some small cleanups of maple tree.

Just to mention, in v1, I forgot to CC LKML, but it has been added in this
version.

Changes since v1:
  - Removed the 'return' statement from [1/5].
  - Made slight modifications to the commit log of [5/5].

v1: http://lists.infradead.org/pipermail/maple-tree/2023-November/003047.html

Peng Zhang (5):
  maple_tree: Move the check forward to avoid static check warning
  maple_tree: Avoid ascending when mas->min is also the parent's minimum
  maple_tree: Remove an unused parameter for ma_meta_end()
  maple_tree: Delete one of the two identical checks
  maple_tree: Simplify mas_leaf_set_meta()

 lib/maple_tree.c | 45 ++++++++++++++-------------------------------
 1 file changed, 14 insertions(+), 31 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2023-11-20 15:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20  7:09 [PATCH v2 0/5] Some cleanups of maple tree Peng Zhang
2023-11-20  7:09 ` [PATCH v2 1/5] maple_tree: Move the check forward to avoid static check warning Peng Zhang
2023-11-20  7:09 ` [PATCH v2 2/5] maple_tree: Avoid ascending when mas->min is also the parent's minimum Peng Zhang
2023-11-20  7:09 ` [PATCH v2 3/5] maple_tree: Remove an unused parameter for ma_meta_end() Peng Zhang
2023-11-20  7:09 ` [PATCH v2 4/5] maple_tree: Delete one of the two identical checks Peng Zhang
2023-11-20  7:09 ` [PATCH v2 5/5] maple_tree: Simplify mas_leaf_set_meta() Peng Zhang
2023-11-20 15:43 ` [PATCH v2 0/5] Some cleanups of maple tree Liam R. Howlett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox