diff options
author | Martin Brandenburg <martin@omnibond.com> | 2018-01-26 22:07:11 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2018-02-07 00:38:12 +0300 |
commit | 7a3bc1f019e3ba25c7056e651fb463f05e395e9d (patch) | |
tree | 3dad86d416750dd3d128a4c38dc91d66d9aafa70 /fs/orangefs/orangefs-debugfs.c | |
parent | b3f08b1301592936976eec0944c91e383e95803c (diff) | |
download | linux-7a3bc1f019e3ba25c7056e651fb463f05e395e9d.tar.xz |
orangefs: make orangefs_client_debug_init static
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-debugfs.c')
-rw-r--r-- | fs/orangefs/orangefs-debugfs.c | 2 |
1 files changed, 1 insertions, 1 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) /* * initialize the client-debug file. */ -int orangefs_client_debug_init(void) +static int orangefs_client_debug_init(void) { int rc = -ENOMEM; |