[GIT PULL] workqueue fixes for v4.16-rc6
From: Tejun Heo
Date: Mon Mar 19 2018 - 17:33:20 EST
Hello, Linus.
Two low-impact workqueue commits. One fixes workqueue creation error
path and the other removes the unused cancel_work().
The following changes since commit fc6eabbbf8ef99efed778dd5afabc83c21dba585:
Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2018-03-12 10:47:03 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.16-fixes
for you to fetch changes up to 6417250d3f894e66a68ba1cd93676143f2376a6f:
workqueue: remove unused cancel_work() (2018-03-13 13:37:42 -0700)
----------------------------------------------------------------
Arvind Yadav (1):
workqueue: use put_device() instead of kfree()
Stephen Hemminger (1):
workqueue: remove unused cancel_work()
include/linux/workqueue.h | 1 -
kernel/workqueue.c | 10 +---------
2 files changed, 1 insertion(+), 10 deletions(-)
--
tejun