[PATCH] procfs: remove some unneeded lock_kernel()s
From: William Lee Irwin III <wli@holomorphy.com> Remove spurious BKL acquisitions in /proc/. The BKL is not required to access nr_threads for reporting, and get_locks_status() takes it internally, wrapping all operations with it.
Showing
Please register or sign in to comment