diff options
| -rw-r--r-- | fs/orangefs/orangefs-debugfs.c | 2 | ||||
| -rw-r--r-- | fs/orangefs/orangefs-debugfs.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c index 1c59dff530de..67d531ad5a56 100644 --- a/fs/orangefs/orangefs-debugfs.c +++ b/fs/orangefs/orangefs-debugfs.c | |||
| @@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v) | |||
| 328 | /* | 328 | /* |
| 329 | * initialize the client-debug file. | 329 | * initialize the client-debug file. |
| 330 | */ | 330 | */ |
| 331 | int orangefs_client_debug_init(void) | 331 | static int orangefs_client_debug_init(void) |
| 332 | { | 332 | { |
| 333 | 333 | ||
| 334 | int rc = -ENOMEM; | 334 | int rc = -ENOMEM; |
diff --git a/fs/orangefs/orangefs-debugfs.h b/fs/orangefs/orangefs-debugfs.h index b5fd9cd4960f..51147f9ce3d6 100644 --- a/fs/orangefs/orangefs-debugfs.h +++ b/fs/orangefs/orangefs-debugfs.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | int orangefs_debugfs_init(int); | 2 | int orangefs_debugfs_init(int); |
| 3 | void orangefs_debugfs_cleanup(void); | 3 | void orangefs_debugfs_cleanup(void); |
| 4 | int orangefs_client_debug_init(void); | ||
| 5 | int orangefs_prepare_debugfs_help_string(int); | 4 | int orangefs_prepare_debugfs_help_string(int); |
| 6 | int orangefs_debugfs_new_client_mask(void __user *); | 5 | int orangefs_debugfs_new_client_mask(void __user *); |
| 7 | int orangefs_debugfs_new_client_string(void __user *); | 6 | int orangefs_debugfs_new_client_string(void __user *); |
