Whamcloud - gitweb
- fixed jump to wrong label in mds_create_objects() in error path.
authoryury <yury>
Wed, 1 Jun 2005 07:06:45 +0000 (07:06 +0000)
committeryury <yury>
Wed, 1 Jun 2005 07:06:45 +0000 (07:06 +0000)
lustre/mds/mds_open.c

index 1b02268..c16ca63 100644 (file)
@@ -356,7 +356,7 @@ static int mds_create_objects(struct ptlrpc_request *req, int offset,
                 if (IS_ERR(*handle)) {
                         rc = PTR_ERR(*handle);
                         *handle = NULL;
-                        GOTO(out_oa, rc);
+                        GOTO(out_ids, rc);
                 }
 
                 mds_objids_from_lmm(*ids, lmm, &mds->mds_dt_desc);