Whamcloud - gitweb
Remove unused label
authorpschwan <pschwan>
Tue, 4 Feb 2003 19:36:24 +0000 (19:36 +0000)
committerpschwan <pschwan>
Tue, 4 Feb 2003 19:36:24 +0000 (19:36 +0000)
lustre/mds/mds_open.c

index 7a9cbd0..5e3258e 100644 (file)
@@ -238,6 +238,5 @@ int mds_open(struct mds_update_record *rec, int offset,
  out_step_2:
         l_dput(parent);
         ldlm_lock_decref(&parent_lockh, parent_mode);
- out_step_1:
         RETURN(rc);
 }