diff options
| -rw-r--r-- | drivers/staging/lustre/lustre/libcfs/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/libcfs/debug.c b/drivers/staging/lustre/lustre/libcfs/debug.c index 717008867f6b..76c62e87a415 100644 --- a/drivers/staging/lustre/lustre/libcfs/debug.c +++ b/drivers/staging/lustre/lustre/libcfs/debug.c | |||
| @@ -57,7 +57,7 @@ module_param(libcfs_debug, int, 0644); | |||
| 57 | MODULE_PARM_DESC(libcfs_debug, "Lustre kernel debug mask"); | 57 | MODULE_PARM_DESC(libcfs_debug, "Lustre kernel debug mask"); |
| 58 | EXPORT_SYMBOL(libcfs_debug); | 58 | EXPORT_SYMBOL(libcfs_debug); |
| 59 | 59 | ||
| 60 | unsigned int libcfs_debug_mb = 0; | 60 | static unsigned int libcfs_debug_mb; |
| 61 | module_param(libcfs_debug_mb, uint, 0644); | 61 | module_param(libcfs_debug_mb, uint, 0644); |
| 62 | MODULE_PARM_DESC(libcfs_debug_mb, "Total debug buffer size."); | 62 | MODULE_PARM_DESC(libcfs_debug_mb, "Total debug buffer size."); |
| 63 | EXPORT_SYMBOL(libcfs_debug_mb); | 63 | EXPORT_SYMBOL(libcfs_debug_mb); |
| @@ -93,7 +93,7 @@ EXPORT_SYMBOL(libcfs_debug_binary); | |||
| 93 | unsigned int libcfs_stack = 3 * THREAD_SIZE / 4; | 93 | unsigned int libcfs_stack = 3 * THREAD_SIZE / 4; |
| 94 | EXPORT_SYMBOL(libcfs_stack); | 94 | EXPORT_SYMBOL(libcfs_stack); |
| 95 | 95 | ||
| 96 | unsigned int portal_enter_debugger; | 96 | static unsigned int portal_enter_debugger; |
| 97 | EXPORT_SYMBOL(portal_enter_debugger); | 97 | EXPORT_SYMBOL(portal_enter_debugger); |
| 98 | 98 | ||
| 99 | unsigned int libcfs_catastrophe; | 99 | unsigned int libcfs_catastrophe; |
