diff options
author | Jiri Slaby <jslaby@suse.cz> | 2016-03-31 10:49:28 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2016-04-04 09:46:47 -0400 |
commit | 0bf676d1fd5144e66ac06939fa3c7c12086c3b18 (patch) | |
tree | 2f47c4a3192ba0e63ac5133247c94abca94c1cfd /kernel/bpf | |
parent | b562e44f507e863c6792946e4e1b1449fbbac85d (diff) |
audit: cleanup prune_tree_thread
We can use kthread_run instead of kthread_create+wake_up_process for
creating the thread.
We do not need to set the task state to TASK_RUNNING after schedule(),
the process is in that state already.
And we do not need to set the state to TASK_INTERRUPTIBLE when not
doing schedule() as we set the state to TASK_RUNNING immediately
afterwards.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Eric Paris <eparis@redhat.com>
Cc: <linux-audit@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions