]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: update debugobjects fixup callbacks return type
authorDu, Changbin <changbin.du@intel.com>
Fri, 20 May 2016 00:09:26 +0000 (17:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 May 2016 02:12:14 +0000 (19:12 -0700)
commit56fbf6db8c73ff36b0ed4c616418ad7f05a24220
treef1665d532afc2aff9bf9474c44433685ad7f6f41
parentb7e57fb3fd49a864751dc08b0f84f0214a3b1576
workqueue: update debugobjects fixup callbacks return type

Update the return type to use bool instead of int, corresponding to
change (debugobjects: make fixup functions return bool instead of int)

Signed-off-by: Du, Changbin <changbin.du@intel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Josh Triplett <josh@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tejun Heo <tj@kernel.org>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/workqueue.c