lkml.org 
[lkml]   [2023]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
On Mon, Mar 27, 2023 at 06:52:26PM +0200, Uladzislau Rezki (Sony) wrote:
> @@ -1927,25 +1940,47 @@ struct vmap_block {
> /* Queue of free and dirty vmap blocks, for allocation and flushing purposes */
> static DEFINE_PER_CPU(struct vmap_block_queue, vmap_block_queue);
>
> -/*
> - * XArray of vmap blocks, indexed by address, to quickly find a vmap block
> - * in the free path. Could get rid of this if we change the API to return a
> - * "cookie" from alloc, to be passed to free. But no big deal yet.
> +/**

This is marked for kernel-doc without being in kernel-doc format.
I'd suggest just using a single '*'.

\
 
 \ /
  Last update: 2023-03-27 18:55    [W:0.245 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site