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>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
commit88676ae2b74225a23d8dd0c8ffde1434d9c5f498
treec4b2802915066ae80358c170ceb7cafaa521a2e1
parent0211738987110b47b81b3b3b56047b462569e846
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