From 2a9cdce6f88f719c71df2ec4bb1767df189355a4 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 10 Jan 2019 13:49:06 -0500 Subject: [PATCH] Corrected typo Signed-off-by: Liam R. Howlett --- Thoughts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ---------- -- 2.50.1