Whamcloud - gitweb
remove useless labels
authortappro <tappro>
Wed, 19 Apr 2006 17:47:56 +0000 (17:47 +0000)
committertappro <tappro>
Wed, 19 Apr 2006 17:47:56 +0000 (17:47 +0000)
lustre/cmm/cmm_device.c
lustre/mdd/mdd_handler.c
lustre/mdt/mdt_handler.c
lustre/osd/osd_handler.c

index c214011..6a148e2 100644 (file)
@@ -96,7 +96,7 @@ static int cmm_process_config(struct lu_device *d, struct lustre_cfg *cfg)
         default:
                 err = next->ld_ops->ldo_process_config(next, cfg);
         }
-out:
+
         RETURN(err);
 }
 
index 99183a3..e521e50 100644 (file)
@@ -309,7 +309,7 @@ static int mdd_process_config(struct lu_device *d, struct lustre_cfg *cfg)
         default:
                 err = next->ld_ops->ldo_process_config(next, cfg);
         }
-out:
+
         RETURN(err);
 }
 
index b4df1e2..f5d5023 100644 (file)
@@ -1373,7 +1373,7 @@ static int mdt_process_config(struct lu_device *d, struct lustre_cfg *cfg)
                 /* others are passed further */
                 err = next->ld_ops->ldo_process_config(next, cfg);
         }
-out:
+
         RETURN(err);
 }
 
index 450ab11..39cf790 100644 (file)
@@ -342,7 +342,7 @@ static int osd_process_config(struct lu_device *d, struct lustre_cfg *cfg)
         case LCFG_SETUP:
                 err = osd_mount(o, cfg);
         }
-out:
+
         RETURN(err);
 }