]> err.no Git - linux-2.6/blobdiff - drivers/md/dm-path-selector.c
[PATCH] md: add write-intent-bitmap support to raid5
[linux-2.6] / drivers / md / dm-path-selector.c
index ac5c4bbec6c188b547ce1804be38e80bebf5a33d..a28c1c2b4ef5c703d2d5ce4f5c67bb2858483542 100644 (file)
@@ -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;