aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2010-12-24 15:14:20 +0000
committerTejun Heo <[email protected]>2010-12-24 15:14:20 +0000
commit883624a08cb4144343e7362d9fff0e2c69613ebf (patch)
tree9c2ba7c942e76d2b333ec9853f293ef5bfac5ca3 /security/selinux/hooks.c
parentinit: don't call flush_scheduled_work() from do_initcalls() (diff)
downloadkernel-883624a08cb4144343e7362d9fff0e2c69613ebf.tar.gz
kernel-883624a08cb4144343e7362d9fff0e2c69613ebf.zip
ioc4: use static work_struct for ioc4_load_modules()
There is no reason to dynamically allocate work_struct for ioc4_load_modules(). It makes the code more complex and makes it impossible to flush the work directly. Use static work ioc4_load_modules_work instead and flush it directly on exit. This removes the use of flush_scheduled_work() which is being deprecated. Signed-off-by: Tejun Heo <[email protected]> Cc: Brent Casavant <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions