X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmgs%2Fmgs_fs.c;h=e621bf0d5f25940d47c2ba83b4e5366c15acc5c9;hb=ea766bd959cc2347b223d597b3f8a31e010bed72;hp=e5b1fb622a9db599bd44da71c5f70b974cd99ede;hpb=b3e6b0f7f3abe7daa03a4e043902b56870649c5c;p=fs%2Flustre-release.git diff --git a/lustre/mgs/mgs_fs.c b/lustre/mgs/mgs_fs.c index e5b1fb6..e621bf0 100644 --- a/lustre/mgs/mgs_fs.c +++ b/lustre/mgs/mgs_fs.c @@ -27,7 +27,7 @@ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2011, 2012, Whamcloud, Inc. + * Copyright (c) 2011, 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -143,7 +143,7 @@ int mgs_fs_setup(const struct lu_env *env, struct mgs_device *mgs) root = dt_locate_at(env, mgs->mgs_bottom, &rfid, &mgs->mgs_dt_dev.dd_lu_dev); if (unlikely(IS_ERR(root))) - GOTO(out_los, PTR_ERR(root)); + GOTO(out_los, rc = PTR_ERR(root)); o = local_file_find_or_create(env, mgs->mgs_los, root, MOUNT_CONFIGS_DIR,