Whamcloud - gitweb
- fixed typo in a comment.
[fs/lustre-release.git] / lnet / lnet / api-errno.c
index b5e7aa1..a158d6e 100644 (file)
@@ -5,50 +5,7 @@
  * Instantiate the string table of errors
  *
  *   This file is part of Lustre, http://www.sf.net/projects/lustre/
+ *   This file is not subject to copyright protection.
  */
 
 /* If you change these, you must update the number table in portals/errno.h */
-const char *ptl_err_str[] = {
-        "PTL_OK",
-        "PTL_SEGV",
-
-        "PTL_NOSPACE",
-        "PTL_INUSE",
-        "PTL_VAL_FAILED",
-
-        "PTL_NAL_FAILED",
-        "PTL_NOINIT",
-        "PTL_INIT_DUP",
-        "PTL_INIT_INV",
-        "PTL_AC_INV_INDEX",
-
-        "PTL_INV_ASIZE",
-        "PTL_INV_HANDLE",
-        "PTL_INV_MD",
-        "PTL_INV_ME",
-        "PTL_INV_NI",
-/* If you change these, you must update the number table in portals/errno.h */
-        "PTL_ILL_MD",
-        "PTL_INV_PROC",
-        "PTL_INV_PSIZE",
-        "PTL_INV_PTINDEX",
-        "PTL_INV_REG",
-
-        "PTL_INV_SR_INDX",
-        "PTL_ML_TOOLONG",
-        "PTL_ADDR_UNKNOWN",
-        "PTL_INV_EQ",
-        "PTL_EQ_DROPPED",
-
-        "PTL_EQ_EMPTY",
-        "PTL_NOUPDATE",
-        "PTL_FAIL",
-        "PTL_NOT_IMPLEMENTED",
-        "PTL_NO_ACK",
-
-        "PTL_IOV_TOO_MANY",
-        "PTL_IOV_TOO_SMALL",
-
-        "PTL_EQ_INUSE",
-};
-/* If you change these, you must update the number table in portals/errno.h */