From 46cb1b83648f2571df139e3e9ffe7d816a4c9ce6 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 1 Jun 2005 07:12:10 +0000 Subject: [PATCH] - one more fix about jumping to wrong label in mds_create_objects() --- lustre/mds/mds_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.8.3.1