]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: Fix mas_store_prealloc() documentation
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 27 Apr 2022 14:13:52 +0000 (10:13 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 27 Apr 2022 14:13:52 +0000 (10:13 -0400)
Add gfp flags to the docs

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c

index 75fd119f82245c589a2007c25836eed61d83fece..c7b7a10b15d5e72525a442c06ac7c813dd6d57f4 100644 (file)
@@ -5571,6 +5571,7 @@ void mas_store_prealloc(struct ma_state *mas, void *entry)
  * mas_preallocate() - Preallocate enough nodes for a store operation
  * @mas: The maple state
  * @entry: The entry that will be stored
+ * @gfp: The GFP_FLAGS to use for allocations.
  *
  * Return: 0 on success, -ENOMEM if memory could not be allocated.
  */