|
@@ -67,6 +67,9 @@
|
|
#ifdef CONFIG_RT_MUTEXES
|
|
#ifdef CONFIG_RT_MUTEXES
|
|
#include <linux/rtmutex.h>
|
|
#include <linux/rtmutex.h>
|
|
#endif
|
|
#endif
|
|
|
|
+#if defined(CONFIG_PROVE_LOCKING) || defined(CONFIG_LOCK_STAT)
|
|
|
|
+#include <linux/lockdep.h>
|
|
|
|
+#endif
|
|
#ifdef CONFIG_CHR_DEV_SG
|
|
#ifdef CONFIG_CHR_DEV_SG
|
|
#include <scsi/sg.h>
|
|
#include <scsi/sg.h>
|
|
#endif
|
|
#endif
|
|
@@ -191,9 +194,6 @@ extern struct ctl_table epoll_table[];
|
|
int sysctl_legacy_va_layout;
|
|
int sysctl_legacy_va_layout;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-extern int prove_locking;
|
|
|
|
-extern int lock_stat;
|
|
|
|
-
|
|
|
|
/* The default sysctl tables: */
|
|
/* The default sysctl tables: */
|
|
|
|
|
|
static struct ctl_table root_table[] = {
|
|
static struct ctl_table root_table[] = {
|