mm: LKSM: remove unnecessary debug messages
authorSung-hun Kim <sfoon.kim@samsung.com>
Thu, 13 Aug 2020 06:46:36 +0000 (15:46 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:07 +0000 (17:46 +0900)
commite75fcb80f77d0930fe9596f2237fa6f183ebda5b
treeb1f347e9e56865bd455f1aadf0a080857ad474cf
parent4cadd812d17bcd8542574ab5d0cff7d19fc78e85
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