git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171aee1
)
Staging: lustre: Mark internal functions as static
author
Darshana Padmadas
<darshanapadmadas@gmail.com>
Sat, 28 Mar 2015 17:43:56 +0000
(23:13 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 1 Apr 2015 15:35:46 +0000
(17:35 +0200)
This patch makes functions mgc_logname2resid, mgc_set_info_async
and mgc_init static as these are only used internally.
This also eliminates sparse warnings of the type:
warning: symbol * was not declared. Should it be static?
Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found