-
由 Matthew Wilcox 提交于
kernel_lock.c uses DECLARE_MUTEX, up() and down() without explicitly including asm/semaphore.h. This is fragile and leaves it vulnerable to breakage during header reorganisations. Signed-off-by: NMatthew Wilcox <willy@linux.intel.com>
e48b3dee