diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-31 15:08:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-31 15:08:51 -0700 |
commit | 9d919e8d5b04e987b0378cfd73df6cdd2b19e9db (patch) | |
tree | 7b82adaf62c7b8523715937b714419e68628bfc2 /fs/fcntl.c | |
parent | cf6fafcf0588093fadf0c8cd69bebe3b5df136c7 (diff) | |
parent | 59ff3eb6d6f75c6c1c3ea8b46ac2cc64eb216547 (diff) | |
download | linux-9d919e8d5b04e987b0378cfd73df6cdd2b19e9db.tar.bz2 |
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue changes from Tejun Heo:
"PREPARE_[DELAYED_]WORK() were used to change the work function of work
items without fully reinitializing it; however, this makes workqueue
consider the work item as a different one from before and allows the
work item to start executing before the previous instance is finished
which can lead to extremely subtle issues which are painful to debug.
The interface has never been popular. This pull request contains
patches to remove existing usages and kill the interface. As one of
the changes was routed during the last devel cycle and another
depended on a pending change in nvme, for-3.15 contains a couple merge
commits.
In addition, interfaces which were deprecated quite a while ago -
__cancel_delayed_work() and WQ_NON_REENTRANT - are removed too"
* 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
workqueue: remove deprecated WQ_NON_REENTRANT
workqueue: Spelling s/instensive/intensive/
workqueue: remove PREPARE_[DELAYED_]WORK()
staging/fwserial: don't use PREPARE_WORK
afs: don't use PREPARE_WORK
nvme: don't use PREPARE_WORK
usb: don't use PREPARE_DELAYED_WORK
floppy: don't use PREPARE_[DELAYED_]WORK
ps3-vuart: don't use PREPARE_WORK
wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.c
workqueue: Remove deprecated __cancel_delayed_work()
Diffstat (limited to 'fs/fcntl.c')
0 files changed, 0 insertions, 0 deletions