| From: Suren Baghdasaryan <surenb@google.com> |
| Subject: Documentation: mempool: undo _noprof additions in the documentation |
| Date: Tue, 26 Mar 2024 16:14:49 -0700 |
| |
| With kernel-doc script change to handle xyz_noprof() names, the previous |
| documentation changes and not needed anymore. |
| |
| Link: https://lkml.kernel.org/r/20240326231453.1206227-4-surenb@google.com |
| Fixes: 01d3a2ac5e7f ("mempool: hook up to memory allocation profiling") |
| Signed-off-by: Suren Baghdasaryan <surenb@google.com> |
| Tested-by: Randy Dunlap <rdunlap@infradead.org> |
| Tested-by: Kees Cook <keescook@chromium.org> |
| Cc: Kent Overstreet <kent.overstreet@linux.dev> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| mm/mempool.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/mm/mempool.c~mempool-hook-up-to-memory-allocation-profiling-fix |
| +++ a/mm/mempool.c |
| @@ -366,7 +366,7 @@ out: |
| EXPORT_SYMBOL(mempool_resize); |
| |
| /** |
| - * mempool_alloc_noprof - allocate an element from a specific memory pool |
| + * mempool_alloc - allocate an element from a specific memory pool |
| * @pool: pointer to the memory pool which was allocated via |
| * mempool_create(). |
| * @gfp_mask: the usual allocation bitmask. |
| _ |