mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
orangefs: make orangefs_client_debug_init static
Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
b3f08b1301
commit
7a3bc1f019
2 changed files with 1 additions and 2 deletions
|
@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v)
|
|||
/*
|
||||
* initialize the client-debug file.
|
||||
*/
|
||||
int orangefs_client_debug_init(void)
|
||||
static int orangefs_client_debug_init(void)
|
||||
{
|
||||
|
||||
int rc = -ENOMEM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue