Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / fid / fid_handler.c
index fc78f06..95684d9 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/fid/fid_handler.c
  *
@@ -220,7 +219,7 @@ static int range_alloc_set(const struct lu_env *env,
        if (lu_seq_range_is_zero(loset))
                __seq_set_init(env, seq);
 
-       if (OBD_FAIL_CHECK(OBD_FAIL_SEQ_ALLOC)) /* exhaust set */
+       if (CFS_FAIL_CHECK(OBD_FAIL_SEQ_ALLOC)) /* exhaust set */
                loset->lsr_start = loset->lsr_end;
 
        if (lu_seq_range_is_exhausted(loset)) {
@@ -535,8 +534,8 @@ int seq_server_init(const struct lu_env *env,
                        LUSTRE_SEQ_SPACE_RANGE;
 
                seq->lss_space.lsr_index = ss->ss_node_id;
-               LCONSOLE_INFO("%s: No data found on store. Initialize space: rc = %d\n",
-                             seq->lss_name, rc);
+               LCONSOLE_INFO("%s: No data found on store. Initialize space.\n",
+                             seq->lss_name);
 
                rc = seq_store_update(env, seq, NULL, 0);
                if (rc) {