From: Liam R. Howlett Date: Thu, 10 Jan 2019 18:49:06 +0000 (-0500) Subject: Corrected typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2a9cdce6f88f719c71df2ec4bb1767df189355a4;p=users%2Fjedix%2Flinux-maple.git Corrected typo Signed-off-by: Liam R. Howlett --- diff --git a/Thoughts b/Thoughts index e9fa08c2b427..f18ce275c109 100644 --- 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 ----------