]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Corrected typo
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 10 Jan 2019 18:49:06 +0000 (13:49 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 31 Jul 2019 14:52:35 +0000 (10:52 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Thoughts

index e9fa08c2b427e84fccf88044eac5bddb5c1f6aed..f18ce275c109c1dae864e58b50a24718f35fee4d 100644 (file)
--- a/Thoughts
+++ b/Thoughts
@@ -18,12 +18,12 @@ tree->ma_root.  To optimise for the page cache, an entry which ends in
 will be stored in a node.  Bit 2 is set if there are any NULL entries
 in the tree.  Bits 3-6 are used to store enum maple_type.
 
-The flags are used both to store some immutable inforation about this
-tree (set at tree creation time) and dynamic information set under
-the spinlock.  Needed flags: irq/bh safe locking, whether to support
-'reserved', whether to track max-range-free, whether to reap nodes which
-only contain value entries, whether slot 0 is busy, how many mark bits
-to support (5 bits), 18 mark bits (total 29 bits).
+The flags are used both to store some immutable information about this tree
+(set at tree creation time) and dynamic information set under the spinlock.
+Needed flags: irq/bh safe locking, whether to support 'reserved', whether to
+track max-range-free, whether to reap nodes which only contain value entries,
+whether slot 0 is busy, how many mark bits to support (5 bits), 18 mark bits
+(total 29 bits).
 
 Node Slots
 ----------