lockdep-debug.patch 451 B

1234567891011121314151617
  1. SPDX-License-Identifier: GPL-2.0
  2. aufs5.15.41 lockdep patch
  3. diff --git a/include/linux/lockdep_types.h b/include/linux/lockdep_types.h
  4. index 3e726ace5c62..ae7bf46a7a68 100644
  5. --- a/include/linux/lockdep_types.h
  6. +++ b/include/linux/lockdep_types.h
  7. @@ -12,7 +12,7 @@
  8. #include <linux/types.h>
  9. -#define MAX_LOCKDEP_SUBCLASSES 8UL
  10. +#define MAX_LOCKDEP_SUBCLASSES (8UL + 4)
  11. enum lockdep_wait_type {
  12. LD_WAIT_INV = 0, /* not checked, catch all */