commit | 1bb0802460da42cd552e03060a65e3f303905088 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Sep 16 15:49:33 2016 -0400 |
committer | Tejun Heo <tj@kernel.org> | Sat Sep 17 13:18:21 2016 -0400 |
tree | 411b435095ae8c21f02c92669f557ff9b2b6cfa1 | |
parent | a2c2727d207dbd596b79fceb0953ba84b24abb4e [diff] |
tty, workqueue: remove keventd_up() usage Now that workqueue can handle work item queueing from very early during boot, there is no need to delay schedule_work() while !keventd_up(). Remove it. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Alan Cox <alan@linux.intel.com>