Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
zsmalloc: zs_object_copy: replace email link to doc
Browse files Browse the repository at this point in the history
Emails are not documentation.

Link: https://lkml.kernel.org/r/20220815144825.39001-1-avromanov@sberdevices.ru
Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
mRrvz authored and akpm00 committed Aug 29, 2022
1 parent 8f82fdb commit 0aefaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/zsmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0aefaae

Please sign in to comment.