Whamcloud - gitweb
LU-16097 tests: skip quota subtests in interop
[fs/lustre-release.git] / lustre / tests / memhog.c
index a98e88f..ce3a914 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
 #include <sys/types.h>
@@ -35,7 +34,7 @@
 
 #define CHUNK (128 * 1024)
 
-void usage(const char *prog, FILE *out)
+static void usage(const char *prog, FILE *out)
 {
        fprintf(out, "usage: %s allocsize\n", prog);
        fprintf(out, " allocsize is kbytes, or number[KMGP] (P = pages)\n");