Whamcloud - gitweb
- one more fix about jumping to wrong label in mds_create_objects()
authoryury <yury>
Wed, 1 Jun 2005 07:12:10 +0000 (07:12 +0000)
committeryury <yury>
Wed, 1 Jun 2005 07:12:10 +0000 (07:12 +0000)
lustre/mds/mds_open.c

index c16ca63..fac6e93 100644 (file)
@@ -474,7 +474,7 @@ static int mds_create_objects(struct ptlrpc_request *req, int offset,
         if (IS_ERR(*handle)) {
                 rc = PTR_ERR(*handle);
                 *handle = NULL;
-                GOTO(out_ids, rc);
+                GOTO(out_oa, rc);
         }
 
         rc = fsfilt_set_md(obd, inode, *handle, lmm,