asm-generic: make get_user() clear the destination on errors
[linux-2.6-block.git] / lib / debug_locks.c
index f2fa60c59343c2a26fd725c261331b6e8353f488..96c4c633d95e687d1c658dfa433273bbb3f81a66 100644 (file)
@@ -30,6 +30,7 @@ EXPORT_SYMBOL_GPL(debug_locks);
  * a locking bug is detected.
  */
 int debug_locks_silent;
+EXPORT_SYMBOL_GPL(debug_locks_silent);
 
 /*
  * Generic 'turn off all lock debugging' function:
@@ -44,3 +45,4 @@ int debug_locks_off(void)
        }
        return 0;
 }
+EXPORT_SYMBOL_GPL(debug_locks_off);