From c23e512c51c8d7be6b04d08987b52624b794df6c Mon Sep 17 00:00:00 2001
From: bobijam <bobijam>
Date: Mon, 28 Apr 2008 03:36:14 +0000
Subject: [PATCH] b=14803

fix typo.
---
 lustre/lov/lov_obd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c
index 13215bc2d1..9a3c7595ec 100644
--- a/lustre/lov/lov_obd.c
+++ b/lustre/lov/lov_obd.c
@@ -694,7 +694,6 @@ void lov_fix_desc(struct lov_desc *desc)
         lov_fix_desc_stripe_count(&desc->ld_default_stripe_count);
         lov_fix_desc_pattern(&desc->ld_pattern);
         lov_fix_desc_qos_maxage(&desc->ld_qos_maxage);
-        lov_fix_desc_qos_maxage(&desc->ld_qos_maxage);
 }
 
 static int lov_setup(struct obd_device *obd, struct lustre_cfg *lcfg)
-- 
GitLab