Whamcloud - gitweb
LU-14499 lnet: Revert "LU-13368 lnet: discard the callback"
[fs/lustre-release.git] / lustre / tests / ll_sparseness_verify.c
index 1cede94..4dbf589 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/tests/ll_sparseness_verify.c
  *
@@ -47,7 +46,7 @@
 
 #define BUFSIZE (1024 * 1024)
 
-void error(char *fmt, ...)
+static void error(char *fmt, ...)
 {
        va_list ap;
 
@@ -57,7 +56,7 @@ void error(char *fmt, ...)
        exit(1);
 }
 
-int compare_offsets(const void *a, const void *b)
+static int compare_offsets(const void *a, const void *b)
 {
        off_t *A = (off_t *)a;
        off_t *B = (off_t *)b;