Whamcloud - gitweb
LU-16796 libcfs: Remove reference to LASSERT_ATOMIC_GT
[fs/lustre-release.git] / lustre / lov / lovsub_object.c
index 0dec8de..cd23973 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * Implementation of cl_object for LOVSUB layer.
  *
  *
  */
 
-int lovsub_object_init(const struct lu_env *env, struct lu_object *obj,
-                      const struct lu_object_conf *conf)
+static int lovsub_object_init(const struct lu_env *env, struct lu_object *obj,
+                             const struct lu_object_conf *conf)
 {
        struct lovsub_device *dev = lu2lovsub_dev(obj->lo_dev);
        struct lu_object *below;
        struct lu_device *under;
-
        int result;
 
        ENTRY;