Whamcloud - gitweb
LU-14702 osc: cleanup comment in osc_object_is_contended
[fs/lustre-release.git] / lustre / osc / osc_object.c
index 5c06f6e..16eab5f 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 OSC layer.
  *
@@ -346,10 +345,6 @@ int osc_object_is_contended(struct osc_object *obj)
         if (!obj->oo_contended)
                 return 0;
 
-       /*
-        * I like copy-paste. the code is copied from
-        * ll_file_is_contended.
-        */
        retry_time = ktime_add_ns(obj->oo_contention_time,
                                  osc_contention_time * NSEC_PER_SEC);
        if (ktime_after(ktime_get(), retry_time)) {