From: Liam R. Howlett Date: Tue, 1 Mar 2022 01:55:31 +0000 (-0500) Subject: maple_tree: Fix header doc on metadata X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ade14609fd0022aa9a0cd1b3c7b659a524e2c80e;p=users%2Fjedix%2Flinux-maple.git maple_tree: Fix header doc on metadata Signed-off-by: Liam R. Howlett --- diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h index 9737e5ca9d26..98a1181ce190 100644 --- a/include/linux/maple_tree.h +++ b/include/linux/maple_tree.h @@ -75,15 +75,9 @@ typedef struct maple_enode *maple_enode; /* encoded node */ typedef struct maple_pnode *maple_pnode; /* parent node */ - /* - * The node->meta is currently only supported in allocation range 64 (arange_64) - * node type. As a result of tracking gaps, there is a small area that is not - * used for data storage in this node type. This area is reused to store - * metadata related to the node itself including the data end and the largest - * gap location. This metadata is used to optimize the gap updating code and in - * reverse searching for gaps or any other code that needs to find the end of - * the data. + * This metadata is used to optimize the gap updating code and in reverse + * searching for gaps or any other code that needs to find the end of the data. */ struct maple_metadata { unsigned char end;