summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7a5cfb583a0596ef395a98e41e9671df211fbbd9 (plain)
1
2
3
4
5
6
7
# binary files
*.o
inotail
inotify-watchdir

# other
cscope.out
>
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2016-03-31 10:49:28 +0200
committerPaul Moore <paul@paul-moore.com>2016-04-04 09:46:47 -0400
commit0bf676d1fd5144e66ac06939fa3c7c12086c3b18 (patch)
tree2f47c4a3192ba0e63ac5133247c94abca94c1cfd /Documentation/media/uapi
parentb562e44f507e863c6792946e4e1b1449fbbac85d (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 'Documentation/media/uapi')