]> git.baikalelectronics.ru Git - kernel.git/commit
mm/swapfile.c: fix debugging information problem
authorStephen Zhang <stephenzhangzsd@gmail.com>
Wed, 24 Feb 2021 20:02:58 +0000 (12:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:28 +0000 (13:38 -0800)
commitc5fa747d84a7a91d3946051f736676482aae2c6b
treecbb87383f648ad715645e203ba5d3303823186e1
parent9110482fa523c83234202375bd36b80e79f96ba9
mm/swapfile.c: fix debugging information problem

Once the function name is changed, it may be easy to forget to modify the
corresponding code here.

Link: https://lkml.kernel.org/r/1611369120-2276-1-git-send-email-stephenzhangzsd@gmail.com
Signed-off-by: Stephen Zhang <stephenzhangzsd@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/swapfile.c