6dddcbeb28b34620ad033f1e8d9f6960bafdd7d2
Lockdep has the notion of locking subclasses so that you can identify locks you expect to be taken after other locks of the same class. This changes the per-extent buffer btree locking routines to use a subclass based on the level in the tree. Unfortunately, lockdep can only handle 8 total subclasses, and the btrfs max level is also 8. So when lockdep is on, use a lower max level. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Description
No description provided
Languages
C
97.2%
Assembly
1.4%
C++
0.5%
Makefile
0.3%
Shell
0.3%
Other
0.2%