Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / portals / include / portals / errno.h
index a98bfd9..499f32b 100644 (file)
@@ -37,11 +37,12 @@ typedef enum {
         PTL_MD_NO_UPDATE       = 18,
         PTL_FAIL               = 19,
 
-        PTL_IOV_INVALID        = 20,
+        PTL_IOV_TOO_MANY       = 20,
+        PTL_IOV_TOO_SMALL      = 21,
 
-       PTL_EQ_IN_USE           = 21,
+       PTL_EQ_IN_USE           = 22,
 
-        PTL_MAX_ERRNO          = 22
+        PTL_MAX_ERRNO          = 23
 } ptl_err_t;
 /* If you change these, you must update the string table in api-errno.c */