locking/spinlocks: Remove the unused spin_lock_bh_nested() API
authorWaiman Long <longman@redhat.com>
Mon, 9 Jan 2017 15:26:52 +0000 (10:26 -0500)
committerIngo Molnar <mingo@kernel.org>
Thu, 12 Jan 2017 08:33:39 +0000 (09:33 +0100)
commit607904c357c61adf20b8fd18af765e501d61a385
tree5910281e8003d67f084842c1b39965fcf4564602
parentba836a6f5ab1243ff5e08a941a2d1de8b31244e1
locking/spinlocks: Remove the unused spin_lock_bh_nested() API

The spin_lock_bh_nested() API is defined but is not used anywhere
in the kernel. So all spin_lock_bh_nested() and related APIs are
now removed.

Signed-off-by: Waiman Long <longman@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1483975612-16447-1-git-send-email-longman@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/spinlock.h
include/linux/spinlock_api_smp.h
include/linux/spinlock_api_up.h
kernel/locking/spinlock.c