diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-14 10:23:10 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-15 04:57:22 -0500 |
commit | ed41390fa57a21d06e6e3a3c4bc238bab8957fbb (patch) | |
tree | 40fe4c692a4cf70e5a037fabff21ffa39999be81 /Documentation/feature-removal-schedule.txt | |
parent | afe2c511fb2d75f1515081ff1be15bd79cfe722d (diff) |
workqueue: deprecate cancel_rearming_delayed_work[queue]()
There's no in-kernel user left for these two obsolete functions. Mark
them deprecated and schedule for removal during 2.6.39 cycle.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 6c2f55e05f13..4ff47deb86da 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -564,3 +564,13 @@ Why: This field is deprecated. I2C device drivers shouldn't change their | |||
564 | Who: Jean Delvare <khali@linux-fr.org> | 564 | Who: Jean Delvare <khali@linux-fr.org> |
565 | 565 | ||
566 | ---------------------------- | 566 | ---------------------------- |
567 | |||
568 | What: cancel_rearming_delayed_work[queue]() | ||
569 | When: 2.6.39 | ||
570 | |||
571 | Why: The functions have been superceded by cancel_delayed_work_sync() | ||
572 | quite some time ago. The conversion is trivial and there is no | ||
573 | in-kernel user left. | ||
574 | Who: Tejun Heo <tj@kernel.org> | ||
575 | |||
576 | ---------------------------- | ||