diff mbox series

[1/1] mm/vmalloc: update the header about KVA rework

Message ID 20200622195821.4796-1-urezki@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/1] mm/vmalloc: update the header about KVA rework | expand

Commit Message

Uladzislau Rezki June 22, 2020, 7:58 p.m. UTC
Reflect an information about an author, date
and year when the KVA rework has been done.

Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
---
 mm/vmalloc.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 1e94497b7388..3c3b6ec26f9c 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -7,6 +7,7 @@ 
  *  SMP-safe vmalloc/vfree/ioremap, Tigran Aivazian <tigran@veritas.com>, May 2000
  *  Major rework to support vmap/vunmap, Christoph Hellwig, SGI, August 2002
  *  Numa awareness, Christoph Lameter, SGI, June 2005
+ *  Improving global KVA allocator, Uladzislau Rezki, Sony, May 2019
  */
 
 #include <linux/vmalloc.h>