lockdep: Update documentation for lock-class leak detection
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 28 Sep 2011 17:23:39 +0000 (10:23 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:31:23 +0000 (10:31 -0800)
There are a number of bugs that can leak or overuse lock classes,
which can cause the maximum number of lock classes (currently 8191)
to be exceeded.  However, the documentation does not tell you how to
track down these problems.  This commit addresses this shortcoming.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found