projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a284cb8
)
maple_tree: fix outdated flag name in comment
author
Jann Horn
<jannh@google.com>
Mon, 7 Oct 2024 21:47:45 +0000
(23:47 +0200)
committer
Andrew Morton
<akpm@linux-foundation.org>
Thu, 7 Nov 2024 04:11:17 +0000
(20:11 -0800)
MAPLE_USE_RCU was renamed to MT_FLAGS_USE_RCU at some point, fix up the
comment.
Link:
https://lkml.kernel.org/r/20241007-maple-tree-doc-fix-v1-1-6bbf89c1153d@google.com
Signed-off-by: Jann Horn <jannh@google.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/maple_tree.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/maple_tree.h
b/include/linux/maple_tree.h
index c2c11004085e5a98702a2aa8b1671d7a0f5bfe25..61c236850ca86680e1d726823aa3729ea805daab 100644
(file)
--- a/
include/linux/maple_tree.h
+++ b/
include/linux/maple_tree.h
@@
-224,7
+224,7
@@
typedef struct { /* nothing */ } lockdep_map_p;
* (set at tree creation time) and dynamic information set under the spinlock.
*
* Another use of flags are to indicate global states of the tree. This is the
- * case with the M
APLE
_USE_RCU flag, which indicates the tree is currently in
+ * case with the M
T_FLAGS
_USE_RCU flag, which indicates the tree is currently in
* RCU mode. This mode was added to allow the tree to reuse nodes instead of
* re-allocating and RCU freeing nodes when there is a single user.
*/