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>
Tue, 30 Mar 2021 01:40:01 +0000 (10:40 +0900)
commit4c98badf528d016393dfce2b01c32c161178f4f6
tree1eac8c6433e0324575ac441e8b215f1bf824746d
parentef462380edebad7aa1f43bcccbb5bcc30925befa
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