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

Update the return type to use bool instead of int, corresponding to
cheange (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>
lib/percpu_counter.c