Whamcloud - gitweb
b=19069 save nid string into buffer before creating dir
[fs/lustre-release.git] / libcfs / libcfs / nidstrings.c
index 68c2ebc..36009d4 100644 (file)
@@ -64,9 +64,6 @@
  * between getting its string and using it.
  */
 
-#define LNET_NIDSTR_COUNT  128     /* # of nidstrings */
-#define LNET_NIDSTR_SIZE   32      /* size of each one (see below for usage) */
-
 static char      libcfs_nidstrings[LNET_NIDSTR_COUNT][LNET_NIDSTR_SIZE];
 static int       libcfs_nidstring_idx = 0;