aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/orangefs/orangefs-debugfs.c2
-rw-r--r--fs/orangefs/orangefs-debugfs.h1
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 */
331int orangefs_client_debug_init(void) 331static 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 */
2int orangefs_debugfs_init(int); 2int orangefs_debugfs_init(int);
3void orangefs_debugfs_cleanup(void); 3void orangefs_debugfs_cleanup(void);
4int orangefs_client_debug_init(void);
5int orangefs_prepare_debugfs_help_string(int); 4int orangefs_prepare_debugfs_help_string(int);
6int orangefs_debugfs_new_client_mask(void __user *); 5int orangefs_debugfs_new_client_mask(void __user *);
7int orangefs_debugfs_new_client_string(void __user *); 6int orangefs_debugfs_new_client_string(void __user *);