mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
44f4641073
Mostly this is moving code into orangefs-debugfs.c so that globals turn into static globals. Then gossip_debug_mask is renamed orangefs_gossip_debug_mask but keeps global visibility, so it can be used from a macro. Signed-off-by: Martin Brandenburg <martin@omnibond.com>
7 lines
309 B
C
7 lines
309 B
C
int orangefs_debugfs_init(int);
|
|
void orangefs_debugfs_cleanup(void);
|
|
int orangefs_client_debug_init(void);
|
|
int orangefs_prepare_debugfs_help_string(int);
|
|
int orangefs_debugfs_new_client_mask(void __user *);
|
|
int orangefs_debugfs_new_client_string(void __user *);
|
|
int orangefs_debugfs_new_debug(void __user *);
|