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>
Mon, 7 Feb 2022 08:01:41 +0000 (17:01 +0900)
commit81626771409e7265402e74b91fca081eb27044df
treed3e35d77e9b75996d31bfe376b2ec6346c177a79
parent670926ca38dbac70b9f027d9b88723907d558ffe
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