lockdep-debug.patch 450 B

1234567891011121314151617
  1. SPDX-License-Identifier: GPL-2.0
  2. aufs6.6.63 lockdep patch
  3. diff --git a/include/linux/lockdep_types.h b/include/linux/lockdep_types.h
  4. index 2ebc323d345a..9d7009190515 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 */