[PATCH] bad BUG_ON from acct.c
Remove bogus BUG_ON(). On UP kernels spinlocks become NOPs so it is not possible to test the state of a lock.
Showing
Please register or sign in to comment
Remove bogus BUG_ON(). On UP kernels spinlocks become NOPs so it is not possible to test the state of a lock.