Whamcloud - gitweb
b=23161 make lov_add_target static
authorAlexander.Zarochentsev <Alexander.Zarochentsev@sun.com>
Wed, 8 Sep 2010 10:52:40 +0000 (14:52 +0400)
committerMikhail Pershin <tappro@sun.com>
Wed, 8 Sep 2010 16:35:55 +0000 (20:35 +0400)
i=Mikhail.Pershin

lustre/lov/lov_obd.c

index 17a044b..dd38145 100644 (file)
@@ -508,8 +508,8 @@ static int lov_notify(struct obd_device *obd, struct obd_device *watched,
         RETURN(rc);
 }
 
-int lov_add_target(struct obd_device *obd, struct obd_uuid *uuidp,
-                   __u32 index, int gen, int active)
+static int lov_add_target(struct obd_device *obd, struct obd_uuid *uuidp,
+                          __u32 index, int gen, int active)
 {
         struct lov_obd *lov = &obd->u.lov;
         struct lov_tgt_desc *tgt;