[PATCH] device-mapper: Some missing statics
This patch makes some needlessly global code static. Signed-Off-By: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f1daa40b63
commit
5e198d94dd
@@ -26,7 +26,7 @@ struct ps_internal {
|
||||
static LIST_HEAD(_path_selectors);
|
||||
static DECLARE_RWSEM(_ps_lock);
|
||||
|
||||
struct ps_internal *__find_path_selector_type(const char *name)
|
||||
static struct ps_internal *__find_path_selector_type(const char *name)
|
||||
{
|
||||
struct ps_internal *psi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user