From: Alexey Romanov Date: Mon, 15 Aug 2022 14:48:25 +0000 (+0300) Subject: zsmalloc: zs_object_copy: replace email link to doc X-Git-Tag: howlett/maple/20220906~92 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3eb663e48715b8b5f0755108ba77c8d8277d936b;p=users%2Fjedix%2Flinux-maple.git zsmalloc: zs_object_copy: replace email link to doc Emails are not documentation. Link: https://lkml.kernel.org/r/20220815144825.39001-1-avromanov@sberdevices.ru Signed-off-by: Alexey Romanov Cc: Minchan Kim Cc: Sergey Senozhatsky Cc: Nitin Gupta Signed-off-by: Andrew Morton --- diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 7b3bffc06078c..73639c3ceea49 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -1559,8 +1559,8 @@ static void zs_object_copy(struct size_class *class, unsigned long dst, * Calling kunmap_atomic(d_addr) is necessary. kunmap_atomic() * calls must occurs in reverse order of calls to kmap_atomic(). * So, to call kunmap_atomic(s_addr) we should first call - * kunmap_atomic(d_addr). For more details see - * https://lore.kernel.org/linux-mm/5512421D.4000603@samsung.com/ + * kunmap_atomic(d_addr). For more details see + * Documentation/mm/highmem */ if (s_off >= PAGE_SIZE) { kunmap_atomic(d_addr);