17 lines
450 B
Diff
17 lines
450 B
Diff
SPDX-License-Identifier: GPL-2.0
|
|
aufs6.12 lockdep patch
|
|
|
|
diff --git a/include/linux/lockdep_types.h b/include/linux/lockdep_types.h
|
|
index 9f361d3ab9d95..57efd6ffe7a44 100644
|
|
--- a/include/linux/lockdep_types.h
|
|
+++ b/include/linux/lockdep_types.h
|
|
@@ -12,7 +12,7 @@
|
|
|
|
#include <linux/types.h>
|
|
|
|
-#define MAX_LOCKDEP_SUBCLASSES 8UL
|
|
+#define MAX_LOCKDEP_SUBCLASSES (8UL + 4)
|
|
|
|
enum lockdep_wait_type {
|
|
LD_WAIT_INV = 0, /* not checked, catch all */
|