[FIX] Remove unneeded warning 88/25688/1
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Fri, 8 Aug 2014 07:36:05 +0000 (11:36 +0400)
committerVasiliy Ulyanov <v.ulyanov@samsung.com>
Fri, 8 Aug 2014 07:36:05 +0000 (11:36 +0400)
Change-Id: Ib38285e09828b5daac7edccafd9f351fdb2bc4fc
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
us_manager/pf/pf_group.c

index 31728ca..8b41cee 100644 (file)
@@ -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;