From e3e78d1a81d006464c5c488a30f185933b3b8aab Mon Sep 17 00:00:00 2001 From: "Alexander.Zarochentsev" Date: Wed, 8 Sep 2010 14:52:40 +0400 Subject: [PATCH] b=23161 make lov_add_target static i=Mikhail.Pershin --- lustre/lov/lov_obd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c index 17a044b..dd38145 100644 --- a/lustre/lov/lov_obd.c +++ b/lustre/lov/lov_obd.c @@ -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; -- 1.8.3.1