mm: LKSM: remove unnecessary debug messages 59/240959/2
authorSung-hun Kim <sfoon.kim@samsung.com>
Thu, 13 Aug 2020 06:46:36 +0000 (15:46 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Thu, 13 Aug 2020 08:09:58 +0000 (17:09 +0900)
commitf6e61709ceb1ca9770f2120d9045089456a50b4d
tree2ec4c3b422d960d3228554bfd432d893ab2aee40
parent3ccf2e572bea1bbd29fd8a1e54f0a3ff9ac7d6e9
mm: LKSM: remove unnecessary debug messages

In order to get scanning candidates, LKSM hooks fork and exit calls even though
LKSM does not run. Previous patches include debugging messages when LKSM hooks
exit calls, and it can flush old kernel logs. To handle this, this patch removes
unnecessary debugging messages.

Change-Id: If475a880ee931668b6bebf53322622ba2a042c89
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
mm/lksm.c