• Andrew Morton's avatar
    [PATCH] procfs: remove some unneeded lock_kernel()s · 10be509c
    Andrew Morton authored
    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.
    10be509c
proc_misc.c 17.7 KB