From: Vasiliy Ulyanov Date: Fri, 8 Aug 2014 07:36:05 +0000 (+0400) Subject: [FIX] Remove unneeded warning X-Git-Tag: Tizen_SDK_2.3~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02a191aa5c4b307fb48ca24f8c9fd543392c3be8;p=kernel%2Fswap-modules.git [FIX] Remove unneeded warning Change-Id: Ib38285e09828b5daac7edccafd9f351fdb2bc4fc Signed-off-by: Vasiliy Ulyanov --- diff --git a/us_manager/pf/pf_group.c b/us_manager/pf/pf_group.c index 31728ca..8b41cee 100644 --- a/us_manager/pf/pf_group.c +++ b/us_manager/pf/pf_group.c @@ -402,10 +402,6 @@ void check_task_and_install(struct task_struct *task) struct pf_group *pfg; struct sspt_proc *proc = NULL; - WARN(task != current, "Context: current(%d/%d/%s), task(%d/%d/%s)\n", - current->tgid, current->pid, current->comm, - task->tgid, task->pid, task->comm); - list_for_each_entry(pfg, &pfg_list, list) { if (check_task_f(&pfg->filter, task) == NULL) continue;