X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Flnet%2Fapi-errno.c;h=a158d6ea7e4186e8007de5b333b27cb22997b762;hp=0e155daa965e63d29e33cf7820ed7ac37004ba4a;hb=05f5c4ca167911c60e4a72beb411306363df877d;hpb=090c677210ee2946d99c71412e4ff762bb300f4f;ds=sidebyside diff --git a/lnet/lnet/api-errno.c b/lnet/lnet/api-errno.c index 0e155da..a158d6e 100644 --- a/lnet/lnet/api-errno.c +++ b/lnet/lnet/api-errno.c @@ -5,42 +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_NO_SPACE", - "PTL_ME_IN_USE", - "PTL_VAL_FAILED", - - "PTL_NAL_FAILED", - "PTL_NO_INIT", - "PTL_IFACE_DUP", - "PTL_IFACE_INVALID", - - "PTL_HANDLE_INVALID", - "PTL_MD_INVALID", - "PTL_ME_INVALID", -/* If you change these, you must update the number table in portals/errno.h */ - "PTL_PROCESS_INVALID", - "PTL_PT_INDEX_INVALID", - - "PTL_SR_INDEX_INVALID", - "PTL_EQ_INVALID", - "PTL_EQ_DROPPED", - - "PTL_EQ_EMPTY", - "PTL_MD_NO_UPDATE", - "PTL_FAIL", - - "PTL_IOV_TOO_MANY", - "PTL_IOV_TOO_SMALL", - - "PTL_EQ_IN_USE", - - "PTL_MAX_ERRNO" -}; -/* If you change these, you must update the number table in portals/errno.h */