[PATCH] md: make a couple of names in md.c static
.. because they aren't used outside md.c Signed-off-by: Neil Brown <neilb@suse.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
f188593ee7
commit
2989ddbd6e
@@ -263,8 +263,6 @@ static inline char * mdname (mddev_t * mddev)
|
||||
return mddev->gendisk ? mddev->gendisk->disk_name : "mdX";
|
||||
}
|
||||
|
||||
extern mdk_rdev_t * find_rdev_nr(mddev_t *mddev, int nr);
|
||||
|
||||
/*
|
||||
* iterates through some rdev ringlist. It's safe to remove the
|
||||
* current 'rdev'. Dont touch 'tmp' though.
|
||||
|
Reference in New Issue
Block a user