From: yury Date: Wed, 1 Jun 2005 07:12:10 +0000 (+0000) Subject: - one more fix about jumping to wrong label in mds_create_objects() X-Git-Tag: 1.4.10~1052 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=46cb1b83648f2571df139e3e9ffe7d816a4c9ce6;p=fs%2Flustre-release.git - one more fix about jumping to wrong label in mds_create_objects() --- diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index c16ca63..fac6e93 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -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,