Commit 7a3bc1f0 authored by Martin Brandenburg's avatar Martin Brandenburg Committed by Mike Marshall

orangefs: make orangefs_client_debug_init static

Signed-off-by: default avatarMartin Brandenburg <martin@omnibond.com>
Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent b3f08b13
...@@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v) ...@@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v)
/* /*
* initialize the client-debug file. * initialize the client-debug file.
*/ */
int orangefs_client_debug_init(void) static int orangefs_client_debug_init(void)
{ {
int rc = -ENOMEM; int rc = -ENOMEM;
......
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
int orangefs_debugfs_init(int); int orangefs_debugfs_init(int);
void orangefs_debugfs_cleanup(void); void orangefs_debugfs_cleanup(void);
int orangefs_client_debug_init(void);
int orangefs_prepare_debugfs_help_string(int); int orangefs_prepare_debugfs_help_string(int);
int orangefs_debugfs_new_client_mask(void __user *); int orangefs_debugfs_new_client_mask(void __user *);
int orangefs_debugfs_new_client_string(void __user *); int orangefs_debugfs_new_client_string(void __user *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment