Whamcloud - gitweb
LU-3409 llite: silence lockdep warning in ll_md_blocking_ast
[fs/lustre-release.git] / lustre / mgs / mgs_fs.c
index e5b1fb6..e621bf0 100644 (file)
@@ -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,